ninthleveldan wrote:
Any chance you will add a sort of "pose" feature? Once I have moved various controllers into a set location, it would be great if I could easily capture that and return to it. Very useful for the hands if you can always make the fingers go back to a fist, or point, or spread wide, etc.
There's a nice mel script floating around called pose2shelf (
http://www.creativecrash.com/maya/script/pose-2-shelf) that saves a pose and also selection sets. I use this all the time in conjunction with the picker. If you need to save the pose in the picker itself, you can just copy the mel code from the button generated by pose2shelf into a command button in the picker. It should do roughly the same thing. The picker will auto-detect the namespace used in the mel script, so it's even portable.