Naming Convention
Mansur-Rig is following strict naming convention rules. These rules are followed throught the toolset and in most cases the provided tools will handle the names so you won't have to.
The naming convention format is as follows (components seperated by an underscore):
Component | Valid Examples | Comments | Constructed Name |
Side | c, l, r | Lower case. Only the three listed components are valid. | l_ ... |
Body | arm, spine, frontHair, indexFinger | ANY camel-cased name is valid. | l_arm_ ... |
Alpha ID | A, F, KB, DAC, G | All upper case, base 26, up to 3 letters. | l_arm_A ... |
Component ID | 001, 039, 014, 005, 147 | Integer index, represneted in 3 numbers. This component isn't seperated | l_arm_A001 ... |
Suffix | ctrl, grp, plg, blkRig | This suffix represents the type of object. | l_arm_A001_ctrl |