What is shelf in Maya?

What is shelf in Maya?

The Shelf is a convenient way to access commands and tools in the form of a clickable button (similar to, say, the toolbars in Microsoft Word). As you can see, the Shelf is actually a number of different “shelves”, categorized by each tab (this screenshot has the Polygons tab selected).

How do you show shelves in Maya?

Show or Hide shelves

  1. Select Windows > UI Elements and activate Shelf.
  2. If the shelf appears in a separate window and you want to restore it at its default position at the top of the viewport, go to the Workspace field and choose Reset Current Workspace from the list.

How do you restore a Maya shelf?

To save the custom shelves, navigate to C:\Users\USERNAME\Documents\maya\VERSION\prefs\shelves and copy the custom shelf file to a new location prior to resetting the preferences. Add this file back into the shelves folder after the preferences have been reset.

What is shelf and where is it located in Maya?

The shelves are located in the default installation path on Maya. Which in this case will be Documents> Maya> 2014> Preferences and then Shelves, there’s our shelf F1.

How do you make a custom shelf in Maya?

Create a custom shelf

  1. Select > New Shelf, next to the default shelves.
  2. Enter a name for the new shelf and click Ok.
  3. Add a tool action menu item or script to a shelf to add the tools you want.

How do I copy a Maya shelf?

Solution:

  1. Close Maya.
  2. Copy the shelves folder from the old version of Maya’s prefs folder: Documents\maya\\prefs.
  3. Paste the shelves folder into the new version of Maya’s prefs folder: Documents\maya\\prefs.
  4. Open Maya.

How do I add a separator in Maya shelf?

You can add Self Separator to your custom Maya shelf. Just open your custom shelf file and put these lines between two items….

  1. string $sel[];
  2. int $temp[];
  3. int $value;
  4. $sel = `ls -sl -dag -ap -typ surfaceShape`;
  5. for ($obj in $sel){
  6. $temp = `displaySurface -q -xRay $obj`;
  7. $value=$temp[0];
  8. if($value==1)

Where are Maya shelves located?

Copy the shelves folder from the old version of Maya’s prefs folder: Documents\maya\\prefs. Paste the shelves folder into the new version of Maya’s prefs folder: Documents\maya\\prefs. Open Maya.

How do you refresh in Maya?

Suspends or resumes Maya’s handling of refresh events. Specify “on” to suspend refreshing, and “off” to resume refreshing. Note that resuming refresh does not itself cause a refresh — the next natural refresh event in Maya after “refresh -suspend off” is issued will cause the refresh to occur.

Where is custom shelf in Maya?

Select > New Shelf, next to the default shelves. Enter a name for the new shelf and click Ok. Add a tool action menu item or script to a shelf to add the tools you want.

How do you make a custom shelf?

  1. Determine Length of Shelves. Using a measuring tape, measure out the desired length of shelves.
  2. Trim Board. With a chop saw, cut lengths of wood for shelves.
  3. Cut Stock to Size.
  4. Attach Supports to Ledgers.
  5. Cut Out Shelves.
  6. Mark Placement of Shelves.
  7. Install Shelves.

What is the default project folder location in Maya?

The order in which Maya tries to use these workspaces are as follows: Specifies the location of your project folder. In the Preferences window, under File/Projects > Project Settings, the folder location is displayed as Default projects directory.

How does Maya search each directory in a directory?

At startup, Maya searches each directory in the order specified. After searching the directories specified in MAYA_TOOLCLIPS_PATH, Maya continues to search the default user.toolclips directory and then the builtin.toolclips directory.

What permissions are required for lastlocalws to work with Maya?

Beginning Maya 2013, 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.

What are the Maya plug-ins install path variables?

Maya will append subdirectories of this install location to the following path variables: MAYA_PLUG_IN_PATH, MAYA_PRESET_PATH, MAYA_SCRIPT_PATH, PYTHONPATH and XBMLANGPATH. See the individual descriptions of these variables below and Distributing Maya Plug-ins in the Maya Developer Help for more information.