移動先: 概要 戻り値 関連項目. フラグ. MEL 例.
ikSolver [-epsilon float] [-maxIterations int] [-name string] [-solverType string]
[object]
ikSolver は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
ikSolver コマンドは、IK ソルバのアトリビュートの設定や、新規アトリビュートの作成に使用します。編集と照会機能には、標準の編集(-e)と照会(-q)フラグが使用されます。
戻り値の型は照会モードでは照会フラグが基になります。
connectJoint, ikHandle, ikHandleDisplayScale, ikSystem, ikSystemInfo, insertJoint, joint, jointCluster, jointDisplayScale, jointLattice, mirrorJoint, removeJoint, removeJoint
epsilon, maxIterations, name, solverType
: コマンドの作成モードで使用可能なフラグ
|
: コマンドの編集モードで使用可能なフラグ
|
: コマンドの照会モードで使用可能なフラグ
|
: 1 つのコマンドで複数回使用可能なフラグ
|
// creates fooSolver of type ikSCsolver with max error of 0.5
//
ikSolver -st ikSCsolver -ep 0.5 -n fooSolver;