pymel.core.animation.pose

pose(*args, **kwargs)

This command is used to create character poses.

Flags:
  • allPoses : ap (bool) [query]

    This flag is used to query all the poses in the scene. Flag can have multiple arguments, passed either as a tuple or a list.

  • apply : a (bool) [create]

    This flag is used in conjunction with the name flag to specify a pose should be applied to the character.

  • name : n (unicode) [create,query]

    In create mode, specify the pose name. In query mode, return a list of all the poses for the character. In apply mode, specify the pose to be applied.

Derived from mel command maya.cmds.pose

Previous topic

pymel.core.animation.poleVectorConstraint

Next topic

pymel.core.animation.readTake

Core

Core Modules

Other Modules

This Page