Deformers

class BindSkinAction

Bases: BuildAction

Binds 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: BuildAction

Clean 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: BuildAction

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