mrv.maya.env
Epydoc: mrv.maya.env
Allows to query the maya environment, like variables, version numbers and system
paths.
Functions
-
mrv.maya.env.appVersion()
Returns: | tuple( float( version ), int( bits ), string( versionString ) ), the
version will be truncated to not include sub-versions |
Note: | maya.cmds.about() will crash if called with an external interpreter |