Go to: Return value. Related commands. Flags. Examples.
pose
[-name string]
[-apply toggle]
[-allPoses toggle]
pose is undoable, queryable, and editable .
[string] pose name
// First, create a character to hold the pose. The character will be // a 3-bone skeleton named "arm". // select -d; joint -p 0 0 0 ; joint -p 0 4 0 ; joint -e -zso -oj xyz joint1; joint -p 0 8 -1 ; joint -e -zso -oj xyz joint2; joint -p 0 9 -2 ; joint -e -zso -oj xyz joint3; select -r joint1 joint2 joint3; character -name arm; // Create a pose for the current joint position named "handWave" // pose -name "handWave" "arm"; // Query the existing poses // pose -q -n "arm"; // Restore the pose onto the character // pose -name "handWave" -apply "arm";