ジャンプ先: 概要. 戻り値. 関連項目. フラグ. MEL 例.
cutKey [-animation string] [-attribute string] [-clear] [-controlPoints boolean] [-float floatrange] [-hierarchy string] [-includeUpperBound boolean]
[-index uint] [-option string] [-selectKey] [-shape
boolean] [-time timerange]
[targetList]
cutKey は 「元に戻す」が可能、「照会」が不可能、「編集」が不可能 です。
このコマンドは、キーセット上に作用します。キーセットは、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 |
|||
|
||||
-option(-o) |
string |
|||
|
||||
-clear(-cl) |
||||
|
||||
-selectKey(-sl) |
||||
|
: コマンドの作成モードで使用可能なフラグ | : コマンドの編集モードで使用可能なフラグ |
: コマンドの照会モードで使用可能なフラグ | : 1 つのコマンドで複数回使用可能なフラグ |
// Cut keyframes from frame 10 to 20 of cube1's "Translate X" attribute // cutKey -time "10:20" -attribute translateX -option keys cube1; // Cut from all active objects all keys in the range 0 to 60 // cutKey -time "0:60";