移動先: 概要 戻り値 関連項目. フラグ. MEL 例.
listDeviceAttachments [-attribute string] [-axis string] [-clutch string] [-device string] [-file string] [-selection] [-write]
listDeviceAttachments は 「元に戻す」が可能、「照会」が不可能、「編集」が不可能 です。
デバイス アタッチメントのカレント セットがリストされます。
リストは、デバイス アタッチメントの再作成に必要となるコマンドの形式になります。これには、アタッチメント マッピングとデバイス マッピングの両方が含まれます。
assignInputDevice, attachDeviceAttr, detachDeviceAttr, devicePanel, getInputDeviceRange, getModifiers, listInputDeviceAxes, listInputDeviceButtons, listInputDevices, recordAttr, setAttrMapping, setInputDeviceMapping, unassignInputDevice
attribute, axis, clutch, device, file, selection, write
: コマンドの作成モードで使用可能なフラグ
|
: コマンドの編集モードで使用可能なフラグ
|
: コマンドの照会モードで使用可能なフラグ
|
: 1 つのコマンドで複数回使用可能なフラグ
|
listDeviceAttachments; // List all attachments
// List attachments on the spaceball that are clutched on Button1
listDeviceAttachments -d spaceball -c Button1;
// write out attachments for the spaceball device, since there is
// no file name specified, attachments will be written out to
// spaceball.mel
listDeviceAttachments -d spaceball -w;
// write out attachments for all devices, since there is not file
// name specified, attachments will be written out to devices.mel
listDeviceAttachments -w;