Complex UV Layout in Maya
Over the last couple of years UV layout in Maya has changed for the better. In this course we're going to be taking a look at some of those changes as we UV map an entire character
# 1 20-03-2012 , 09:39 PM
Registered User
Join Date: Oct 2010
Posts: 233

reveal selected

hi,

very quick this one -- is there a hotkey for the 'reveal selected' command in the outliner?

thanks

j

# 2 22-03-2012 , 02:09 PM
Gen's Avatar
Super Moderator
Join Date: Dec 2006
Location: South FL
Posts: 3,522
I doubt it but it'd would be easy cakes to make one. All you really need is to grab the code from the script editor and create a new command from it in the hotkey editor, choose some keys and done.

Code:
outlinerEditor -edit -showSelected  1 outlinerPanel1;


- Genny
__________________
::|| My CG Blog ||::
::|| My Maya FAQ ||::
# 3 22-03-2012 , 11:05 PM
Registered User
Join Date: Oct 2010
Posts: 233
cheers - i tried it but it doesn't seem to work for me.
I'm not too fussed about it, but thanks anyway

# 4 23-03-2012 , 12:27 AM
NextDesign's Avatar
Technical Director
Join Date: Feb 2004
Posts: 2,988
You could also place it into the script editor, then middle-mouse-drag it to your shelf.


Imagination is more important than knowledge.
# 5 23-03-2012 , 01:14 AM
Registered User
Join Date: Oct 2010
Posts: 233
hmm, it highlights the group, but doesn't open the tree to the exact item. I have my outliner window docked using a MEL I got ages ago as I always have it open but don't like it floating about. maybe thats why the code doesn't work? as it's not technically the correct window..?

# 6 23-03-2012 , 01:16 AM
Registered User
Join Date: Oct 2010
Posts: 233

hmm, it highlights the group, but doesn't open the tree to the exact item. I have my outliner window docked using a MEL I got ages ago as I always have it open but don't like it floating about. maybe thats why the code doesn't work? as it's not technically the correct window..?


it is that as I've just tried the standard outliner window and my assigned key works perfectly...

Posting Rules Forum Rules
You may not post new threads | You may not post replies | You may not post attachments | You may not edit your posts | BB code is On | Smilies are On | [IMG] code is On | HTML code is Off

Similar Threads