Package bpy :: Package ops :: Module poselib
[hide private]
[frames] | no frames]

Module poselib

Functions [hide private]
 
browse_interactive(pose_index=-1)
Interactively browse poses in 3D-View
 
pose_add(frame=1, name='Pose')
Add the current Pose to the active Pose Library
 
pose_remove(pose='')
Remove nth pose from the active Pose Library
 
pose_rename(pose='', name='RenamedPose')
Rename nth pose from the active Pose Library
Function Details [hide private]

browse_interactive(pose_index=-1)

 

Interactively browse poses in 3D-View

Parameters:
  • pose_index (int) - Index of the pose to apply (-2 for no change to pose, -1 for poselib active pose) in (-2, inf)

pose_add(frame=1, name='Pose')

 

Add the current Pose to the active Pose Library

Parameters:
  • frame (int) - Frame to store pose on in (0, inf)
  • name (string)

pose_remove(pose='')

 

Remove nth pose from the active Pose Library

Parameters:
  • pose (enum) - The pose to remove in ()

pose_rename(pose='', name='RenamedPose')

 

Rename nth pose from the active Pose Library

Parameters:
  • pose (enum) - The pose to rename in ()
  • name (string)