pymel.core.windows.setStartupMessage¶
- setStartupMessage(*args, **kwargs)¶
Update the startup window message. Also know as the ‘Splash Screen’, this is the window that appears while the application is starting up.
Derived from mel command maya.cmds.setStartupMessage
Example:
import pymel.core as pm pm.setStartupMessage( 'Initializing Main View' )