-
Notifications
You must be signed in to change notification settings - Fork 7
Naming convention
sheldonlei edited this page Sep 12, 2019
·
3 revisions
Parameters:
- prefix: usually the name of the character
- side: 'L' for the left side, 'R' for the right side, and 'NA' for other
- id: the unique id for the current segment
- meta-type: the type of segment creating
Example:
if you are creating an index finger for the right hand of a character called Lucy, then you would enter parameters:
prefix='Lucy', side='R', id='index', meta-type='finger'
the naming in the outliner would look something like:
Joints: Lucy_Jnt_R_finger_index
Controller: Lucy_Ctrl_R_finger_index