-
Notifications
You must be signed in to change notification settings - Fork 3
HowToUse
Clement Duranti edited this page Apr 1, 2019
·
1 revision
The rigging modules are separated in (mostly) logical categories.
The only required module is general/mandatory_base
.
The order of the modules is important! Think of it as an order of dependency.
For example, if you want to make a full human rig:
- mandatory_base
- center_of_gravity
- spine
- arm (both left and right)
- hand (both left and right)
- leg (both left and right)
- foot (both left and right)
The Prebuild All
button will create some guides and the output data.
- You have to move them according to your mesh
- I've made a script to help you mirror selected guides if necessary: mirror_auri_guide.py
You also need to setup the correct parent for each modules. For example:
- center_of_gravity
- Name of mandatory_base | local_ctrl_OUTPUT
- foot
- Name of leg | ankle_OUTPUT
The only rule here is to keep in mind the order of dependency. The selected parent OUTPUT
must be created from a module above (see Order).
Once everything is setup you can click on Execute All
to build the final rig.