移動先: 概要 戻り値 関連項目. フラグ. MEL 例.

概要

recordAttr [-attribute string] [-delete]

recordAttr は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。

記録するアトリビュートをセットアップします。記録コマンドを実行すると、 このアトリビュートのすべての変更内容が記録されます。記録が停止すると、この変更内容はキーフレームに変わります。

アトリビュートを指定しないと、ノードのすべてのアトリビュートが記録されます。

戻り値

なし

戻り値の型は照会モードでは照会フラグが基になります。

関連項目

assignInputDevice, attachDeviceAttr, detachDeviceAttr, devicePanel, getInputDeviceRange, getModifiers, listDeviceAttachments, listInputDeviceAxes, listInputDeviceButtons, listInputDevices, setAttrMapping, setInputDeviceMapping, unassignInputDevice

フラグ

attribute, delete
ロング ネーム(ショート ネーム) 引数型 プロパティ
-attribute(-at) string createmultiuse
記録するアトリビュートを指定します。
-delete(-d) create
指定したアトリビュートを記録しません。

: コマンドの作成モードで使用可能なフラグ : コマンドの編集モードで使用可能なフラグ
: コマンドの照会モードで使用可能なフラグ : 1 つのコマンドで複数回使用可能なフラグ

MEL 例

// This command will setup the translateX and translateY
// attributes for recording.
recordAttr -at "translateX" -at "translateZ";