ジャンプ先: 概要. 戻り値. キーワード. フラグ. Python 例.
rotationInterpolation([convert=string])
注: オブジェクトの名前と引数を表す文字列は、カンマで区切る必要があります。これはシノプシスに示されていません。
rotationInterpolation は、取り消し可能、照会可能、および編集不可能です。
rotationInterpolation コマンドは、回転カーブを目的の回転補間の表現に変換します。たとえばオイラー角表現をクオータニオンに変換できます。なし
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
---|---|---|---|---|
convert(c)
|
string
|
![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
import maya.cmds as cmds # Converts "nurbsCone1_rotateX" and its sibling curves to quaternion tangent dependent format. cmds.rotationInterpolation( 'nurbsCone1_rotateX', convert='quaternion' )