pymel.core.animation.ikSolver

ikSolver(*args, **kwargs)

The ikSolver command is used to set the attributes for an IK Solver or create a new one. The standard edit (-e) and query (-q) flags are used for edit and query functions.

Flags:
  • epsilon : ep (float) [create,query,edit]

    max error

  • maxIterations : mxi (int) [create,query,edit]

    Sets the max iterations for a solution

  • name : n (unicode) [create,query,edit]

    Name of solver

  • solverType : st (unicode) [create,query,edit]

    valid solverType (only ikSystem knows what is valid) for creation of a new solver (required) Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.ikSolver

Previous topic

pymel.core.animation.ikHandleDisplayScale

Next topic

pymel.core.animation.ikSystem

Core

Core Modules

Other Modules

This Page