ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
 pasteKey [-animLayer string] [-animation string] [-attribute string] [-clipboard string] [-connect boolean] [-copies uint] [-float floatrange] [-floatOffset float] [-includeUpperBound boolean] [-index uint] [-matchByName boolean] [-option string] [-time timerange] [-timeOffset time] [-valueOffset float] 
[objects]
      
pasteKey は、取り消し可能、照会可能、および編集可能です。
クリップボードから別のオブジェクトかカーブにカーブ セグメント階層をペーストします。コピーかカットを行ったカーブ セグメントのオブジェクト階層が、ペースト先のオブジェクト階層と一致しない場合、pasteKey は階層内で一致する部分をペーストします。1 つのオブジェクトのアニメーションがクリップボード上にある場合は、それぞれの対象オブジェクトにペーストされます。複数のオブジェクトのアニメーションがクリップボード上にある場合は、どのアニメーションがどのオブジェクトにペーストされるかがセレクション リストの順序で決まります。 次のような操作が有効です。| int | 貼り付けられたカーブの数 | 
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
|---|---|---|---|---|
| -attribute(-at) | string |    | ||
| 
 | ||||
| -option(-o) | string |   | ||
| 
 | ||||
| -clipboard(-cb) | string |   | ||
| 
 | ||||
| -connect(-c) | boolean |   | ||
| 
 | ||||
| -copies(-cp) | uint |   | ||
| 
 | ||||
| -timeOffset(-to) | time |   | ||
| 
 | ||||
| -floatOffset(-fo) | float |   | ||
| 
 | ||||
| -valueOffset(-vo) | float |   | ||
| 
 | ||||
| -index(-in) | uint |   | ||
| 
 | ||||
| -time(-t) | timerange |   | ||
| 
 | ||||
| -float(-f) | floatrange |   | ||
| 
 | ||||
| -includeUpperBound(-iub) | boolean |   | ||
| 
 | ||||
| -animation(-an) | string |   | ||
| 
 | ||||
| -matchByName(-mn) | boolean |   | ||
| 
 | ||||
| -animLayer(-al) | string |   | ||
| 
 | ||||
|  フラグはコマンドの作成モードで表示できます |  フラグはコマンドの編集モードで表示できます | 
|  フラグはコマンドの照会モードで表示できます |  コマンド内でフラグを複数回使用できます。 | 
// Paste keyframes onto nurbsSphere1's translateX attribute at time 10 // pasteKey -time 10 -attribute translateX nurbsSphere1; // Paste to all active objects, preserving the timing from the clipboard. // pasteKey;