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

import maya.cmds as cmds

pm.setStartupMessage( 'Initializing Main View' )

Previous topic

pymel.core.windows.setParent

Next topic

pymel.core.windows.setUITemplate

Core

Core Modules

Other Modules

This Page