pymel.core.animation.hikGlobals¶
- hikGlobals(*args, **kwargs)¶
Sets global HumanIK flags for the application.
Flags:
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 )