You can set the following preferences in the Files/Projects category of the Preferences window.
To return to the default factory settings, choose
in this window. Note that this resets the preferences in every category in the Preferences window.Use these settings to set up a default projects directory when you create new projects and on startup.
Specify how many files, increments, and projects you want to have listed in each of the File > Recent submenus.
When turned on, Autosave automatically saves your scene at timed intervals. The files are saved according to the Autosave options with the name AUTO-SAVE followed by an incrementing numerals.
Prompts the user with a dialog box before autosaving.
Limits the number of times a file can be autosaved.
Determines the number of times a file can be autosaved if Limit autosaves is turned on.
Determines the amount of time between each autosave (the default is 10 minutes).
Determines where the autosave file is stored. Project stores it in the current project under the folder autosave, while Named folder stores it in a folder you specify. Env Var stores the autosave file based on the value of the environment variable MAYA_AUTOSAVE_FOLDER.
Activate this option to display crash file information if the last session crashed.
Specify the compression mode you want to use when saving an ASCII file:
Saves files in compressed mode. File compression reduces the sizes of large files so they do not occupy as much space on your hard drive.
Saves files in uncompressed mode.
Keeps files in their original compression mode rather than compressing or decompressing them. As Is is the default.
Specify how you want the Display Layer merged when you import a file.
All layers read in are put in a new layer, renumbered, and renamed, if necessary to preserve uniqueness.
Rather than creating a new layer, all layers read in that have the same index number as an existing layer are merged with that layer.
Rather than creating a new layer, all layers read in that have the same name as an existing layer are merged with that layer.
Specify how you want the Render Layer merged when you import a file.
All layers read in are put in a new layer, renumbered, and renamed, if necessary to preserve uniqueness.
Rather than creating a new layer, all layers read in that have the same index number as an existing layer are merged with that layer.
Rather than creating a new layer, all layers read in that have the same name as an existing layer are merged with that layer.
Uses the current operating system’s native file browser when performing save, open, import, and export operations.
Uses Maya’s built-in file browser when performing save, open, import, and export operations.
Disregards the file version when opening, importing, or referencing a Maya file. The Ignore Version preference lets you open a file that was created by any version of Maya regardless of whether it was saved in ascii or binary format. This eliminates the need to save and then manually edit an ascii version of the Maya file to remove the required version line when you need to open it in an earlier version.
The Ignore Version preference applies to File > Open Scene, File > Import, and File Create Reference commands.
Beginning Maya 2012, for the Linux and Mac platforms, there are checks to ensure that the directory pointed to by lastLocalWS is accessible before Maya attempts to use it. The directory must have 555 (r-xr-xr-x) permissions. Otherwise, if the directory only has 444(r--r--r--) permissions, Maya cannot use it; even cd or ls do not work.
In addition to lastLocalWS, there are other workspaces that Maya tries to use on startup, and the same check is being applied to these workspaces also. The order in which Maya tries to use these workspaces are as follows:
When enabled, Maya automatically refreshes file textures that have been updated and saved in another application. This option is disabled by default.
Activate Can Suppress Error Dialog to hide Error dialogs for unrecognised custom node, data types, or plug-ins that appear on file load. Warnings/Error messages continue to display in the Script Editor.
Once active, the error dialog suppression persists until this setting is turned off, or Preferences reset.
Choose a behavior for Python file encoding when there are no PEP-263 headers.