ジャンプ先: 概要. 戻り値. 関連. フラグ. 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
|
|||
|
フラグはコマンドの作成モードで表示できます | フラグはコマンドの編集モードで表示できます |
フラグはコマンドの照会モードで表示できます | コマンド内でフラグを複数回使用できます。 |
// 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";