Go to: Synopsis. Flags. Return value. Related. MEL examples.
ikSystem [-allowRotation] [-autoPriority] [-autoPriorityMC] [-autoPrioritySC] [-list] [-snap boolean] [-solve boolean] [-solverTypes]
[object]
ikSystem is undoable, queryable, and editable.
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.Long name (short name) | [argument types] | Properties | ||
---|---|---|---|---|
-snap(-sn)
|
boolean
|
![]() ![]() |
||
|
||||
-solve(-sol)
|
boolean
|
![]() ![]() |
||
|
||||
-list(-ls)
|
|
![]() ![]() |
||
|
||||
-solverTypes(-st)
|
|
![]() |
||
|
||||
-autoPriority(-ap)
|
|
![]() |
||
|
||||
-autoPrioritySC(-aps)
|
|
![]() |
||
|
||||
-autoPriorityMC(-apm)
|
|
![]() |
||
|
||||
-allowRotation(-ar)
|
|
![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Prints out the solver execution order // ikSystem -q -ls; // Moves solver on position 2 to position 1 in // the execution order list ( zero based index ) // ikSystem -e -ls 1 0;