View Full Version : maya bugg or just me?
CnexS 08-21-2003, 06:33 PM well yesterday i turned on "backface culling" in the prefences, and now when i turned it off, it was still there BUT only on that modell if i make a new scene the backface... is off.
and if i make a simple polygoncube and delete a face, the backface.. is also off butt still on at my modell ?!?!? anyone have had the sam prob and fixed it?
|
|
wgreenlee1
08-21-2003, 06:41 PM
Do a search on backface culling here and somewhere theres an explaination for it.
Incrediblah
08-21-2003, 08:00 PM
copy and paste this code into your script editor. then middle mouse drag it onto your shelf to make a button. select the object thats giving you trouble and click your new mel button. this command toggles backface culling on and off for selected objects only, and not everything in your scene at once.
hope it works.
int $test[];
$test =`polyOptions -query -bc`;
if ($test[0] == 1)
{
polyOptions -fb;
}
if ($test[0] == 0)
{
polyOptions -bc;
}
http://www.cgtalk.com/showthread.php?s=&threadid=82115&highlight=backface+culling
CGTalk Moderation
01-15-2006, 10:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.