Package mrv :: Package maya :: Module env
[hide private]
[frames] | no frames]

Module env

source code

Allows to query the maya environment, like variables, version numbers and system paths.
Functions [hide private]
 
appVersion()
Returns: tuple( float( version ), int( bits ), string( versionString ) ), the version will be truncated to not include sub-versions
source code
Function Details [hide private]

appVersion()

source code 
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