Skip to content

HowToUse

Clement Duranti edited this page Apr 1, 2019 · 1 revision

Info

The rigging modules are separated in (mostly) logical categories.

The only required module is general/mandatory_base.

Order

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:

  1. mandatory_base
  2. center_of_gravity
  3. spine
  4. arm (both left and right)
  5. hand (both left and right)
  6. leg (both left and right)
  7. foot (both left and right)

Prebuild

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).

Execute

Once everything is setup you can click on Execute All to build the final rig.

Clone this wiki locally