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
# This deletes all command strings associated with the spaceball.
pm.unassignInputDevice( d='spaceball' )