pymel.core.animation.ikSystemInfo

static animation.ikSystemInfo(*args, **kwargs)

This action modifies and queries the current ikSystem controls. In query mode, return type is based on queried flag.

Flags:
Long name (short name) Argument Types Properties
globalSnapHandle (gsh) bool ../../../_images/create.gif ../../../_images/query.gif
 
If this flag is off, all ikHandles will not be snapped. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.ikSystemInfo

Example:

import pymel.core as pm

# Enable global handle snapping
#
pm.ikSystemInfo( gsh=True )

Previous topic

pymel.core.animation.ikSystem

Next topic

pymel.core.animation.ikfkDisplayMethod

Core

Core Modules

Other Modules

This Page