pymel.core.animation.ikSystem

ikSystem(*args, **kwargs)

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.

Flags:
  • allowRotation : ar (bool) [query,edit]

    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.

  • autoPriority : ap (bool) [edit]

    set autoPriority for all ikHandles

  • autoPriorityMC : apm (bool) [edit]

    set autoPriority for all multiChain handles

  • autoPrioritySC : aps (bool) [edit]

    set autoPriority for all singleChain handles

  • list : ls (int, int) [query,edit]

    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)

  • snap : sn (bool) [query,edit]

    Set global snapping

  • solve : sol (bool) [query,edit]

    Set global solve

  • solverTypes : st (bool) [query]

    returns a list of valid solverTypes ( query only )

Derived from mel command maya.cmds.ikSystem

Previous topic

pymel.core.animation.ikSolver

Next topic

pymel.core.animation.ikSystemInfo

Core

Core Modules

Other Modules

This Page