/
goToPreferredPose
goToPreferredPose
Description
Shows the preferred pose for all selected bones.
The preferred pose is an attribute on a bone that tells the solver the most likely pose the bone will be in.
This command shows the preferred pose by setting a key at the current frame representing the preferred pose on all selected bones. Executing this command does not change the skeleton or its properties in any way; it's just a means of visualizing the preferred pose in the 3D view.
Functional area
Skeletal solving
Command syntax
Syntax
goToPreferredPose |
Arguments
None
Flags
None
Return value
void
Examples
// Show the preferred pose for all bones in the scene. selectByType BoneNode; showPreferredPose;
, multiple selections available,
Related content
goToBindPose
goToBindPose
More like this
solve
More like this
autoSetupSolvingSkeletonOptions
autoSetupSolvingSkeletonOptions
More like this
getPosition
getPosition
More like this
selectByType
selectByType
More like this
solver
More like this