Go to: Synopsis. Return value. Python examples.

Synopsis

showWindow( [windowName] )

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

showWindow is undoable, queryable, and editable.

Make a window visible. If no window is specified then the current window (most recently created) is used. See also the window command's -vis/visible flag.

If the specified window is iconified, it will be opened.

Return value


Nothing.

Python examples

import maya.cmds as cmds

cmds.showWindow( 'myWindow1' )