ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
setInfinity [-attribute string] [-controlPoints boolean] [-hierarchy string] [-postInfinite string] [-preInfinite string] [-shape boolean]
objects
setInfinity は、取り消し可能、照会可能、および編集可能です。
paramCurve の最初(最後)のキーフレームの前(後)に無限タイプを設定します。
なし
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
copyKey, cutKey, findKeyframe, keyTangent, keyframe, keyframeOutliner, keyframeStats, pasteKey, scaleKey, snapKey
attribute, controlPoints, hierarchy, postInfinite, preInfinite, shape
フラグはコマンドの作成モードで表示できます
|
フラグはコマンドの編集モードで表示できます
|
フラグはコマンドの照会モードで表示できます
|
コマンド内でフラグを複数回使用できます。
|
// Set preInfinite and postInfinite type on curves of currently selected objects
//
setInfinity -pri linear -poi constant;
// Set postInfinite type of cube1's curves
//
setInfinity -poi oscillate cube1;
// Set preInfinite type of cube1's "Translate X" curve
//
setInfinity -pri linear -attribute translateX cube1;