Go to: Synopsis. Return value. Related. Flags. MEL examples.
ikSystem [-allowRotation boolean] [-autoPriority] [-autoPriorityMC] [-autoPrioritySC] [-list int int] [-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.
In query mode, return type is based on queried flag.
connectJoint, ikHandle, ikHandleDisplayScale, ikSolver, ikSystemInfo, insertJoint, joint, jointCluster, jointDisplayScale, jointLattice, mirrorJoint, removeJoint, removeJoint
allowRotation, autoPriority, autoPriorityMC, autoPrioritySC, list, snap, solve, solverTypes
Flag can appear in Create mode of command
|
Flag can appear in Edit mode of command
|
Flag can appear in Query mode of command
|
Flag can be used more than once in a command.
|
// 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;