Go to: Synopsis. Return value. Related. Flags. Python examples.
unassignInputDevice([clutch=string], [device=string])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
unassignInputDevice is undoable, queryable, and NOT editable.
This command deletes all command strings associated with this device.None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
clutch(c)
|
string
|
![]() |
||
|
||||
device(d)
|
string
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
import maya.cmds as cmds # This deletes all command strings associated with the spaceball. cmds.unassignInputDevice( d='spaceball' )