Go to: Synopsis. Return value. Related. MEL examples.
devicePanel
devicePanel is undoable, queryable, and editable.
This command is now obsolete. It is included only for the purpose of file compatibility. It creates a blank panel.string | name of panel |
In query mode, return type is based on queried flag.
// This example creates a new device panel in its own window string $window = `window`; paneLayout; devicePanel; showWindow $window;