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 ../../../_images/query.gif ../../../_images/edit.gif
 

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 )

Previous topic

pymel.core.animation.getCurrentTime

Next topic

pymel.core.animation.ikHandle

Core

Core Modules

Other Modules

This Page