pymel.core.nodetypes.IkSystem

digraph inheritance9fa08231e5 {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "IkSystem" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.IkSystem",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DependNode" -> "IkSystem" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "DependNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyNode" -> "DependNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "ProxyUnicode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
}

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 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 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.IkSpringSolver

Next topic

pymel.core.nodetypes.ImagePlane

Core

Core Modules

Other Modules

This Page