pymel.core.system.melInfo¶
- melInfo(*args, **kwargs)¶
This command returns the names of all global MEL procedures that are currently defined as a string array. The user can query the definition of each MEL procedure using the whatIscommand.
Derived from mel command maya.cmds.melInfo
Example:
import pymel.core as pm # Query the names of all the global MEL procedures currently defined. # procs = pm.melInfo()