Package bpy :: Module types :: Class Pose
[hide private]
[frames] | no frames]

Class Pose

The Pose Object

A collection of pose channels, including settings for animating bones.

References

Instance Variables [hide private]
BoneGroup active_bone_group
Active bone group for this pose.
int in [-inf, inf] active_bone_group_index
Active index in bone groups array.
Collection of BoneGroup (readonly) bone_groups
Groups of the bones.
Collection of PoseBone (readonly) bones
Individual pose bones for the armature.
IKParam (readonly) ik_param
Parameters for IK solver.
enum ik_solver
Selection of IK solver for IK chain, current choice is 0 for Legacy, 1 for iTaSC.
Instance Variable Details [hide private]

ik_solver

Selection of IK solver for IK chain, current choice is 0 for Legacy, 1 for iTaSC. in...
  • LEGACY
  • ITASC
Type:
enum