Sets global HumanIK flags for the application.
Long name (short name) | Argument Types | Properties | |
---|---|---|---|
releaseAllPinning (rap) | bool | ||
Sets the global release all pinning hik flag. When this flag is set, all pinning states are ignored.Flag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list. |
Derived from mel command maya.cmds.hikGlobals
Example:
import pymel.core as pm
import maya.cmds as cmds
# Enable the global release all pinning HIK flag
pm.hikGlobals( rap=1 )