Low-level maya and pymel utilities. Functions in this module are used by both pymel.api and pymel.core, and are able to be defined before maya.standalone is initialized.
Functions
| encodeFix | |
| finalize | |
| getConfigFile | |
| getLogger | a convenience function that allows any module to setup a logger by simply |
| getMayaAppDir | |
| initAE | |
| initMEL | |
| installName | |
| loadCache | |
| mayaInit | Try to init Maya standalone module, use when running pymel from an external Python inerpreter, |
| mayaStartupHasRun | Returns True if maya.app.startup has run, False otherwise. |
| parsePymelConfig | |
| parseVersionStr | >>> from pymel.all import *
|
| refreshEnviron | copy the shell environment into python’s environment, as stored in os.environ |
| setupFormatting | |
| shellOutput | Will return the text output of running a given shell command. |
| shortName | |
| writeCache |