ジャンプ先: 概要. 戻り値. 関連項目. フラグ. MEL 例.
selectKey [-addTo]
[-animation string] [-attribute string] [-clear] [-controlPoints boolean] [-float floatrange] [-hierarchy string] [-inTangent] [-includeUpperBound boolean]
[-index uint] [-keyframe] [-outTangent] [-remove] [-replace]
[-shape boolean] [-time timerange] [-toggle] [-unsnappedKeys float]
[targetList]
selectKey は 「元に戻す」が可能、「照会」が不可能、「編集」が不可能 です。
このコマンドは、キーセット上に作用します。キーセットは、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 |
|||
|
||||
-keyframe(-k) |
||||
|
||||
-inTangent(-it) |
||||
|
||||
-outTangent(-ot) |
||||
|
||||
-addTo(-add) |
||||
|
||||
-remove(-rm) |
||||
|
||||
-replace(-r) |
||||
|
||||
-toggle(-tgl) |
||||
|
||||
-clear(-cl) |
||||
|
||||
-unsnappedKeys(-uk) |
float |
|||
|
: コマンドの作成モードで使用可能なフラグ | : コマンドの編集モードで使用可能なフラグ |
: コマンドの照会モードで使用可能なフラグ | : 1 つのコマンドで複数回使用可能なフラグ |
// Select all translateX keyframes on nurbsSphere1 in the range 10 to 20. // selectKey -time "10:20" -attribute translateX nurbsSphere1; // select all the animation of the active objects, range 0-30 // selectKey -time "0:30";