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 have multiple arguments, passed either as a tuple or a list. |
Derived from mel command maya.cmds.hikGlobals
Example:
import pymel.core as pm
# Enable the global release all pinning HIK flag
pm.hikGlobals( rap=1 )