Poselib Operators

bpy.ops.poselib.browse_interactive(pose_index=-1)

Interactively browse poses in 3D-View

Parameters:
  • pose_index (int in [-2, inf], (optional)) – Pose, Index of the pose to apply (-2 for no change to pose, -1 for poselib active pose)
bpy.ops.poselib.pose_add(frame=1, name="Pose")

Add the current Pose to the active Pose Library

Parameters:
  • frame (int in [0, inf], (optional)) – Frame, Frame to store pose on
  • name (string, (optional)) – Pose Name, Name of newly added Pose
bpy.ops.poselib.pose_remove(pose='DEFAULT')

Remove nth pose from the active Pose Library

Parameters:
  • pose (enum in [‘DEFAULT’], (optional, never None)) – Pose, The pose to remove
bpy.ops.poselib.pose_rename(pose='', name="RenamedPose")

Rename nth pose from the active Pose Library

Parameters:
  • pose (enum in [‘DEFAULT’], (optional, never None)) – Pose, The pose to rename
  • name (string, (optional)) – New Pose Name, New name for pose

Previous topic

Pose Operators

Next topic

Ptcache Operators