ジャンプ先: 概要. 戻り値. 関連. フラグ. Python 例.
unassignInputDevice([clutch=string], [device=string])
注: オブジェクトの名前と引数を表す文字列は、カンマで区切る必要があります。これはシノプシスに示されていません。
unassignInputDevice は、取り消し可能、照会可能、および編集不可能です。
このコマンドは、指定したデバイスに関連付けられたすべてのコマンド文字列を削除します。なし
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
|---|---|---|---|---|
clutch(c)
|
string
|
|
||
|
||||
device(d)
|
string
|
|
||
|
||||
import maya.cmds as cmds # This deletes all command strings associated with the spaceball. cmds.unassignInputDevice( d='spaceball' )