Your Ad Here

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, 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.

Return value


Nothing.

Python examples

import maya.cmds as cmds

cmds.setStartupMessage( 'Initializing Main View' )

  

Return to Autodesk Index


Your Ad Here