pymel.core.nodetypes.IkSystem

Inheritance diagram of IkSystem

class IkSystem(*args, **kwargs)

class counterpart of mel function ikSystem

The ikSystem command is used to set the global snapping flag for handles and set the global solve flag for solvers. The standard edit (-e) and query (-q) flags are used for edit and query functions.

autoPriority(val=True, **kwargs)

set autoPriority for all ikHandles

Derived from mel command maya.cmds.ikSystem

autoPriorityMC(val=True, **kwargs)

set autoPriority for all multiChain handles

Derived from mel command maya.cmds.ikSystem

autoPrioritySC(val=True, **kwargs)

set autoPriority for all singleChain handles

Derived from mel command maya.cmds.ikSystem

getAllowRotation(**kwargs)

Set true to allow rotation of an ik handle with keys set on translation.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.ikSystem

getList(**kwargs)

returns the solver execution order when in query mode(list of strings) changes execution order when in edit mode (int old position, int new position)

Derived from mel command maya.cmds.ikSystem

getSnap(**kwargs)

Set global snapping

Derived from mel command maya.cmds.ikSystem

getSolve(**kwargs)

Set global solve

Derived from mel command maya.cmds.ikSystem

getSolverTypes(**kwargs)

returns a list of valid solverTypes ( query only )

Derived from mel command maya.cmds.ikSystem

setAllowRotation(val=True, **kwargs)

Set true to allow rotation of an ik handle with keys set on translation.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.ikSystem

setList(val=True, **kwargs)

returns the solver execution order when in query mode(list of strings) changes execution order when in edit mode (int old position, int new position)

Derived from mel command maya.cmds.ikSystem

setSnap(val=True, **kwargs)

Set global snapping

Derived from mel command maya.cmds.ikSystem

setSolve(val=True, **kwargs)

Set global solve

Derived from mel command maya.cmds.ikSystem

Previous topic

pymel.core.nodetypes.IkSplineSolver

Next topic

pymel.core.nodetypes.ImagePlane

Core

Core Modules

Other Modules

This Page