This command deletes all command strings associated with this device. In query mode, return type is based on queried flag.
Long name (short name) | Argument Types | Properties | |
---|---|---|---|
clutch (c) | unicode | ||
|
|||
device (d) | unicode | ||
|
Derived from mel command maya.cmds.unassignInputDevice
Example:
import pymel.core as pm
import maya.cmds as cmds
# This deletes all command strings associated with the spaceball.
pm.unassignInputDevice( d='spaceball' )