Deformers
- class BindSkinAction
Bases:
BuildActionBinds a mesh to a joint hierarchy
- run()
Perform the main functionality of this build action. Attribute values can be accessed using self.myAttr.
- validate()
Validate this build action. Can be implemented in subclasses to check the action’s attribute values and raise BuildActionErrors if anything is invalid.
- class CleanupJointsAction
Bases:
BuildActionClean up a joint hierarchy, removing end joints or modifying segment scale compensate.
- run()
Perform the main functionality of this build action. Attribute values can be accessed using self.myAttr.
- class TwistJointsAction
Bases:
BuildActionSet up twist joints to solve deformation problems in areas like the arms and legs.
- run()
Perform the main functionality of this build action. Attribute values can be accessed using self.myAttr.