pymel.core.system.devicePanel¶
- devicePanel(*args, **kwargs)¶
This command is now obsolete. It is included only for the purpose of file compatibility. It creates a blank panel.
Derived from mel command maya.cmds.devicePanel
Example:
import pymel.core as pm # This example creates a new device panel in its own window window = pm.window() pm.paneLayout() # Result: ui.PaneLayout('window1|paneLayout4') # pm.devicePanel() # Result: ui.DevicePanel('devicePanel1') # pm.showWindow( window )