(You should now have access to upload images.)
I don’t know if anyone made a full tutorial for the Anim Picker. Miquel did make a full tutorial for editing the Synoptic, but again, he doesn’t recommend using Synoptic anymore.
Editing the Anim Picker
- First you can open the Anim Picker with mGear → Anim Picker → Anim Picker.
- From there you can load a picker with “Select File”. There is a biped template in /mgear_X.X.X/anim_picker_samples/biped.pkr
- Once you select it, click “Load Picker” and it will ask you to save it as a node. It will save a node in your scene that stores the picker information.
- After you have a picker node in your scene, you can click mGear → Anim Picker → Edit Anim Picker
- To edit, you can move them around. Double click on them to edit what they do. They can select a list of objects. Or run a custom script. You can change the color, size, title, etc.
- There is a really great tool that lets you save the picker as a bunch of nurbs curves. You edit the curves, and then load them back into the picker. It’s the fastest way to layout a complex set of buttons. Sharing a couple of functions i wrote for anim picker
- You can set a background image and an icon image. I know it supports .png files, but I don’t know if it supports anything else.
- After you make changes, don’t forget to save your picker. It will save the changes to the picker node. You can also export to a file so you can use it as a template and load it in other characters.
Adding IK to the fingers
This will be up to you to either rig this as a POST script, or make a custom Shifter component. Or find existing Shifter components that do what you want. Nothing would really stop you from using 5 arm limbs in a hand rig. (But that’s a little weird.)
In general, Shifter is a rigging framework. You can do a lot with it. You are not constrained to using the example Biped template. But I find I like to change a lot with POST Python scripts afterwards, as the rig builds.
Adding parent targets
Yes this is done in the guide settings before you build the rig. For example in the arm_2jnt_01 component that is included in the Biped template sample rig. But you can also add space switches to ordinary control_01 components too:
You can add other controls in these slots:
- IK Reference Array is for the IK controlls
- UpV is for the pole vector control
- Pin Elbow is the for the mid control of the limb.