Go to: Synopsis. Return value. Python examples.
setStartupMessage(
string
)
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
setStartupMessage is undoable, queryable, and editable.
Update the startup window message. Also know as the 'Splash Screen', this is the window that appears while the application is starting up.import maya.cmds as cmds cmds.setStartupMessage( 'Initializing Main View' )