Workspaces¶
Workspace Setup¶
What is a workspace?¶
Maya uses workspaces to organice projects into folder structures. It will create a bunch of folders for assets, textures, playblasts, autosaves and more on a per-need basis.
Warning
Setting up a workspace¶
- Go to File -> Project Window
- Click on the folder icon behind ‘Location’
- Choose the location for your project, select “Select”
- Insert the project’s name in ‘Current Project’
- Click ‘Accept’
- The new project has been created and been set as the current project
Note
If you want to learn more about how Maya organizes files check out the official Maya Documentation
Switching workspaces¶
You can also switch to an existing workspace. A workspace always has a workspace.mel file.
- Go to File -> Set Project
- Choose the folder that contains your project
- Click “Set”
- If there is no project set up in this folder, Maya will ask you if you want to create a default one.
Editing a workspace¶
Workspaces are defined by a human readable workspace.mel file. This file contains all information and paths related
to your project. It can be opened by any text editor, for example notepad++. If you want to change a path, this can be
done by exchanging the path in this file. Note that Maya won’t copy your old files over, but will save all newly created
files in the new location.