![]()
Directly modify the settings files
Maya stores preferences files in the following path:
- Windows:
<drive>:\Documents and Settings\<username>\My Documents\maya\<version>\prefs- Mac OS X:
~/Library/Preferences/Autodesk/maya/<version>/prefs- Linux:
~/maya/<version>/prefs.You can change the location of your preferences and other important Maya folders (projects, etc.) by using environment variables. See “File path variables” for details.
Most preferences are saved as text files of MEL commands.
Shelves are stored in the shelves subdirectory, icons are stored in the icons subdirectory, and marking menus are stored in the markingMenus subdirectory.
When you customize Maya, your new settings are stored in user preference files, so that each time you open Maya, your settings are used instead of the Maya default settings. If you delete a preference file, Maya uses the default settings.
Color and hotkey files
The following .mel files store settings you have customized using the Colors window and Hotkey Editor.
- userColors.mel – Contains preferences defined on the Active and Inactive tabs of the Colors window.
- userRGBColors.mel – Contains preferences defined on the General tab of the Colors window.
- paletteColors.mel – Defines the colors (RGB) making up the index palette in the Active and Inactive tabs of the Colors window.
- userHotkeys.mel – Contains any hotkeys you have assigned in the Hotkey Editor window.
- userNamedCommands.mel – Contains all the commands that have hotkeys assigned to them.
Default hotbox marking menus
The following files define the default Hotbox marking menus.
- menu_ChangePanelLayout.mel – North
- menu_ChangePanelType.mel – South
- menu_ChangeSelectionMask.mel – West
- menu_CommonModelingPanes.mel – Center
- menu_ControlPaneVisibility.mel – East
User preferences
The following files define user preferences.
- userPrefs.mel – Contains preferences defined in the Preferences window (Window > Settings/Preferences > Preferences).
- windowPrefs.mel – Defines the default size and position of Maya windows.