ジャンプ先: 概要. 戻り値. 関連項目. フラグ. MEL 例.
pasteKey [-animation string] [-attribute string] [-clipboard string] [-connect boolean] [-copies uint] [-float floatrange] [-floatOffset float] [-includeUpperBound boolean]
[-index uint] [-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 |
|||
|
: コマンドの作成モードで使用可能なフラグ | : コマンドの編集モードで使用可能なフラグ |
: コマンドの照会モードで使用可能なフラグ | : 1 つのコマンドで複数回使用可能なフラグ |
// 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;