Beer glass scene creation
This course contains a little bit of everything with modeling, UVing, texturing and dynamics in Maya, as well as compositing multilayered EXR's in Photoshop.
# 1 03-04-2007 , 07:11 PM
ColdWave's Avatar
Registered User
Join Date: Sep 2006
Location: Bulgaria, Vidin
Posts: 1,310

Toll in shelf ?

I forgot what i've clicked to get tool in my shelf :
I added additional shelf where i placed my modeling tools but i now want to place there X-ray but what was the combination with keys to get it on my shelf ?

# 2 03-04-2007 , 07:13 PM
severinianthony's Avatar
Registered User
Join Date: May 2005
Location: United States
Posts: 513
Hold Ctrl + Shift before you click on the tool you want to go onto your toolshelf.

However, I don't think that will work for the x-ray thingymabob. There is a script for that; I don't have it, but other users most likely will.


# 3 03-04-2007 , 07:15 PM
ColdWave's Avatar
Registered User
Join Date: Sep 2006
Location: Bulgaria, Vidin
Posts: 1,310
yeah i get used to clicl ctrl + shift and didn't work so i wonder about the combination of butons ... anyone have the script ?

# 4 03-04-2007 , 07:21 PM
severinianthony's Avatar
Registered User
Join Date: May 2005
Location: United States
Posts: 513


# 5 03-04-2007 , 07:25 PM
ColdWave's Avatar
Registered User
Join Date: Sep 2006
Location: Bulgaria, Vidin
Posts: 1,310
i installed one script in my maya MJpolysplit and i forgot the command now ... :headbang: some help ?

# 6 03-04-2007 , 07:31 PM
severinianthony's Avatar
Registered User
Join Date: May 2005
Location: United States
Posts: 513
If you downloaded that script, open it up with word pad, text pad, or some other text-editing program.

Copy everything.

In maya, open your script editor, and paste the script.

Select it all (in the script editor), and middle-mouse-drag it up to your toolshelf.

Select whatever you want to be x-ray-ed, and click the MEL script shelf-button you just created.

Enjoy user added image


# 7 03-04-2007 , 07:36 PM
jsprogg's Avatar
Lifetime Member
Join Date: Feb 2004
Location: Chicago
Posts: 1,712
copy and paste this into the script editor

global proc toggleXray()
{

$currentPanel = `getPanel -withFocus`;
$state = `modelEditor -q -xray $currentPanel`;
modelEditor -edit -xray (!$state) $currentPanel;

}

highlight it all then middle mouse drag it to your shelf

# 8 03-04-2007 , 07:36 PM
ColdWave's Avatar
Registered User
Join Date: Sep 2006
Location: Bulgaria, Vidin
Posts: 1,310
# 9 04-04-2007 , 01:34 AM
Perfecto's Avatar
Registered User
Join Date: Mar 2007
Location: TN (USA)
Posts: 1,889
Thanks jsprogg. I also copied the script and added it to my shelf.


Don't be satisfied with what you can do but rather strive to do the things you can't do!
Exceed Expectations!
# 10 05-04-2007 , 11:55 PM
Registered User
Join Date: Apr 2007
Posts: 5
Thanks jsprogg.

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