Go to: Synopsis. Return value. Python examples.

Synopsis

setStartupMessage( string )

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

setStartupMessage is undoable, NOT queryable, and NOT editable.

Update the startup window message. Also know as the 'Splash Screen', this is the window that appears while the application is starting up.

Return value

None

Python examples

import maya.cmds as cmds

cmds.setStartupMessage( 'Initializing Main View' )