ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
 copyKey [-animLayer string] [-animation string] [-attribute string] [-clipboard string] [-controlPoints boolean] [-float floatrange] [-forceIndependentEulerAngles boolean] [-hierarchy string] [-includeUpperBound boolean] [-index uint] [-option string] [-shape boolean] [-time timerange] 
[objects]
      
copyKey は、取り消し可能、照会不可能、および編集不可能です。
このコマンドは、キーセットに作用します。キーセットは、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 |   | ||
| 
 | ||||
| -clipboard(-cb) | string |   | ||
| 
 | ||||
| -forceIndependentEulerAngles(-fea) | boolean |   | ||
| 
 | ||||
| -animLayer(-al) | string |   | ||
| 
 | ||||
|  フラグはコマンドの作成モードで表示できます |  フラグはコマンドの編集モードで表示できます | 
|  フラグはコマンドの照会モードで表示できます |  コマンド内でフラグを複数回使用できます。 | 
// Copy keyframes from frame 10 to 20 of cube1's "Translate X" attribute // copyKey -time "10:20" -attribute "translateX" -option curve cube1; // Cut from all active objects all keys in the range 0 to 60 // copyKey -time "0:60";