When Maya encounters a fatal error, this variable writes a crash report file (MayaCrashLog[yymmdd.hhmm].log) to the directory specified with the TMP environment variable. This file contains a detailed description of what Maya was doing when the failure occurred.
To enable this option, set the value equal to 1. To disable it, set the value to 0 (zero) or leave it undefined.
By default, if you reference a file multiple times, Maya only reads the file from disk the first time it is referenced. When processing subsequent references to that file, Maya copies the existing scene information from the initial read, rather than re-reading the file from disk. File referencing is done this way to optimize performance. Occasionally, this multiple reference optimization feature causes errors.
Setting the MAYA_FORCE_REF_READ environment variable turns off the file referencing optimization feature and forces all reference files to be explicitly read from disk. This can fix Maya's behavior in some situations that would otherwise be evaluated incorrectly, but may also slow down performance.
This variable is used to override where help files are found. Maya pre-appends this value to its help paths to create a string which is passed to the browser.
You can use this to point Maya to a central help server, or set it to a http: URL to have Maya get its help files from a web site instead of the Maya help on your hard drive.
Incorrect use of this flag will prevent Maya Help from working within Maya.
If this environment variable is set, Maya won’t load the file initialLayout.mel, which creates the interface. You must specify an alternate file to run (for example, MAYA_OVERRIDE_UI = test.mel). This variable should only be specified if you want to completely replace Maya’s UI for your own, custom-programmed interface.
Allows you to override the language setting of the current operating system. This is most useful when you want to run Maya in English on a Japanese or Chinese (Windows) operating system; otherwise, Maya picks up the language of the operating system and always runs in Japanese/Chinese.
Set the value of this environment variable to en_US (English) or ja_JP (Japanese) or zh_CN (Simplified Chinese).
This environment variable is disabled if it is not set. Set it to any string to enable it. It is disabled by default.
In Maya 2011 and below, no explicit test existed to ensure that attribute names were unique within a node. This could lead to ambiguity with commands such as setAttr NODE.DUPLICATED_ATTR 3.0. Some existing scripts, files, and/or plugins may rely on this ambiguous behavior; therefore, for backwards compatibility, this environment variable was introduced in Maya 2012. However, you are encouraged to discontinue this ambiguous behavior.
Set this environment variable to 0 so that when you have a Maya or Qt window over another window with a model panel (or a window such as the Outliner, Graph Editor, or any panel under Panels > Panel), hitting the Shift key does not cause the model panel's window to steal focus.
The default value of this variable is 1.
When this environment variable is set to 0, clicking a hotkey only affects the workspace that has focus. If you want to use the hotkey with a different workspace, you may need to click on the workspace to bring focus to that area before your hotkey takes effect.
Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License