Is there any way to turn off the wireframe on a selected object? I'm trying to do some lo-poly seamless mapping and the wires keep me from seeing the pixels I am trying to match...
--JeffD
preferences>display>Wireframe on shaded
I dug through the preferences before posting originally and still missed it somehow. Thanks for the pointer.
// Mel script to toggle state of wire frame display on selected// Randy Stebbing rstebbing@acclaim.com// 5/1/00
if (displayPref -q -wsa == "none") { print ("Wire display on selected is ONn"); displayPref -wsa "full"; }else { print ("Wire display on selected is OFFn"); displayPref -wsa "none"; }
displayPref -q -wsa
Error: Backend Fetch Failure
We've been notified about this issue and we'll take a look at it shortly.
If you need to reach us, email support@highend3d.com