PDA

View Full Version : Wireframe on shaded shortcut?


pixel_poison
25-01-2012, 12:37 AM
Hey all, Just wondering if there's a keyboard shortcut for wireframe on shaded?

Cheers.

bullet1968
25-01-2012, 08:18 AM
have a look in the hotkey editor man.

cheers bullet

yoruneko
25-01-2012, 10:04 AM
It's actually a good question, there's no display command to do just that.
You need to assign this code to a hotkey, it will toggle it on and off:

string $panel = `getPanel -wf`;
modelEditor -e -wos ( !`modelEditor -q -wos $panel` ) $panel;


credits goes to http://www.worldofmaya.com/t2_hotkeys.html