Maya

Discussion in 'Gaming' started by Supremacy, Feb 26, 2006.

  1. Supremacy

    Supremacy Well-Known Member

    Posts:
    259
    Likes Received:
    0
    Joined:
    Aug 25, 2005
    I recenetly got Maya (and yes-- im a noob at it :eek: ), and was just checking out the different menus/options in it. So i closed some [actually all of themX(] of the shelves and was jsut wondering if anyone knew how to re-open them. I thought there would be a windows panel like in photoshop :( any hel would be appreciated! :)

    Thanks in advance
     
  2. ale_jrb

    ale_jrb Senior Member

    Age:
    34
    Posts:
    306
    Likes Received:
    0
    Joined:
    Jul 23, 2005
    Location:
    London, UK
    How exactly did you close them? Did you delete them?

    Well... nevermind... To reopen the default shelves...

    1. Open the Script Editor (Window > General Editors > Script Editor).
    2. To load all shelves, copy the following and paste it into the Script Editor window, then select Script > Execute. (Select only some shelves from the list below if you do not want to load them all by default.)

    loadNewShelf "shelf_General.mel";
    loadNewShelf "shelf_Curves.mel";
    loadNewShelf "shelf_Surfaces.mel";
    loadNewShelf "shelf_Polygons.mel";
    loadNewShelf "shelf_Subdivs.mel";
    loadNewShelf "shelf_Deformation.mel";
    loadNewShelf "shelf_Animation.mel";
    loadNewShelf "shelf_Dynamics.mel";
    loadNewShelf "shelf_Rendering.mel";
    loadNewShelf "shelf_Cloth.mel";
    loadNewShelf "shelf_Fluids.mel";
    loadNewShelf "shelf_Fur.mel";
    loadNewShelf "shelf_Hair.mel";
    saveAllShelves $gShelfTopLevel;

    Got all that? Hope this helps :).
     
  3. Supremacy

    Supremacy Well-Known Member

    Posts:
    259
    Likes Received:
    0
    Joined:
    Aug 25, 2005
    I jsut closed them by double clicking on the button on the shelf, not sure what its called [has several circles] and the shelf jsut closed

    loadNewShelf "shelf_General.mel";
    loadNewShelf "shelf_Curves.mel";
    loadNewShelf "shelf_Surfaces.mel";
    loadNewShelf "shelf_Polygons.mel";
    loadNewShelf "shelf_Subdivs.mel";
    loadNewShelf "shelf_Deformation.mel";
    loadNewShelf "shelf_Animation.mel";
    loadNewShelf "shelf_Dynamics.mel";
    loadNewShelf "shelf_Rendering.mel";
    loadNewShelf "shelf_Cloth.mel";
    loadNewShelf "shelf_Fluids.mel";
    loadNewShelf "shelf_Fur.mel";
    loadNewShelf "shelf_Hair.mel";
    saveAllShelves $gShelfTopLevel;
    // Error: A shelf already exists with this name. //

    I jsut got a error, :(
     
  4. ale_jrb

    ale_jrb Senior Member

    Age:
    34
    Posts:
    306
    Likes Received:
    0
    Joined:
    Jul 23, 2005
    Location:
    London, UK
    Can you do a screenshot of what your screen looks like now (with your shelves closed) so I can get a better look at what you did?

    If you don't know how, just hit PrintScreen and upload it.
     
  5. Supremacy

    Supremacy Well-Known Member

    Posts:
    259
    Likes Received:
    0
    Joined:
    Aug 25, 2005
    [​IMG]
     
  6. ale_jrb

    ale_jrb Senior Member

    Age:
    34
    Posts:
    306
    Likes Received:
    0
    Joined:
    Jul 23, 2005
    Location:
    London, UK
    Err... OK - I guess I'll re-evaluate the problem - you're not just missing shelves, you're missing everything...

    OK:

    1. Go into "Display > UI Elements"
    2. Make it look like this:
    [​IMG]

    And everything should be back!
    Hope this helps :).
     
  7. dja

    dja Well-Known Member

    Posts:
    581
    Likes Received:
    0
    Joined:
    Jun 18, 2005
    Or try pressing Tab

    dja
     
  8. King Of Sycoz

    King Of Sycoz Well-Known Member

    Age:
    34
    Posts:
    223
    Likes Received:
    0
    Joined:
    Feb 20, 2006
    Location:
    Austin,Texas
    Um...
    I know how to take a screen shot but how do you take shots of specific windows like this...
    i've been trying to find out how to do this for a long time...
    -King-
     
  9. Living

    Living Well-Known Member

    Posts:
    311
    Likes Received:
    0
    Joined:
    May 23, 2005
    press printscreen while what you are doing is open and go into ps and crop it out..
     
  10. ale_jrb

    ale_jrb Senior Member

    Age:
    34
    Posts:
    306
    Likes Received:
    0
    Joined:
    Jul 23, 2005
    Location:
    London, UK
    Or use SnagIt :).
    www.techsmith.com

    Or, using print screen, if it is an enitre window you want to take a screenshot of, and not the entire desktop you can hold down "Alt" whilst pressing PrintScreen,
     

Share This Page