bufferCurve [-animation string] [-attribute string] [-controlPoints boolean] [-exists] [-float floatrange] [-hierarchy string] [-includeUpperBound boolean] [-index uint] [-overwrite boolean] [-shape boolean] [-swap] [-time timerange] [-useReferencedCurve]
animatedObject
bufferCurve は、取り消し可能、照会可能、および 編集不可能 です。
このコマンドは、キーセット上に作用します。キーセットは、1 つまたは複数のアニメーション カーブ上の指定したタイム レンジ内のキー グループとして定義されます。 キーセットを構成するアニメーション カーブは、「-animation」フラグの値に依存します。int | バッファ カーブの数 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
---|---|---|---|---|
-attribute(-at)
|
string
|
|||
|
||||
-hierarchy(-hi)
|
string
|
|||
|
||||
-shape(-s)
|
boolean
|
|||
|
||||
-controlPoints(-cp)
|
boolean
|
|||
|
||||
-index(-in)
|
uint
|
|||
|
||||
-time(-t)
|
timerange
|
|||
|
||||
-float(-f)
|
floatrange
|
|||
|
||||
-includeUpperBound(-iub)
|
boolean
|
|||
|
||||
-animation(-an)
|
string
|
|||
|
||||
-overwrite(-ov)
|
boolean
|
|||
|
||||
-swap(-sw)
|
|
|||
|
||||
-useReferencedCurve(-urc)
|
|
|||
|
||||
-exists(-ex)
|
|
|||
|
フラグはコマンドの作成モードで表示できます | フラグはコマンドの編集モードで表示できます |
フラグはコマンドの照会モードで表示できます | コマンド内でフラグを複数回使用できます。 |
// Create a buffer curve for the selected keys bufferCurve -animation keys -overwrite true; // Set the referenced anim curve to the buffer curve bufferCurve -useReferencedCurve; // Swap the buffer curve for the selected keys bufferCurve -animation keys -swap;