vtool.maya_lib.corrective¶
Class Summary
PoseManager () |
Convenience for working with poses. |
PoseGroup ([description]) |
This pose is a group to parent poses under. |
PoseBase ([description]) |
Base class for poses that sculpt meshes. |
PoseNoReader ([description]) |
This type of pose does not read anything in a rig unless an input is specified. |
PoseCombo ([description]) |
|
PoseCone ([transform, description]) |
This type of pose reads from a joint or transform, for the defined angle of influence. |
PoseTimeline ([description]) |
This type of pose reads a time on the timeline. |
Function Summary
get_pose_instance (pose_name) |
Get a pose instance from the pose name. |
Functions
-
get_pose_instance
(pose_name)¶ Get a pose instance from the pose name.
Parameters: pose_name (str) – The name of a pose. Returns: The instance of the pose at the pose type. Return type: object