bufferCurve [-animation string] [-attribute string] [-controlPoints boolean] [-exists] [-float floatrange] [-hierarchy string] [-includeUpperBound boolean] [-index uint] [-overwrite boolean] [-shape boolean] [-swap] [-time timerange]
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)
|
|
![]() |
||
|
||||
-exists(-ex)
|
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Create a buffer curve for the selected keys bufferCurve -animation keys -overwrite true; // Swap the buffer curve for the selected keys bufferCurve -animation keys -swap;