- bug #742
autosmooth (F9) was always on, when material Radio was set... should only be done when Radio render was on too.
This commit is contained in:
@@ -1621,7 +1621,9 @@ static void init_render_mesh(Object *ob)
|
||||
|
||||
if(ok) {
|
||||
/* radio faces need autosmooth, to separate shared vertices in corners */
|
||||
if(ma->mode & MA_RADIO) do_autosmooth= 1;
|
||||
if(R.r.mode & R_RADIO)
|
||||
if(ma->mode & MA_RADIO)
|
||||
do_autosmooth= 1;
|
||||
|
||||
start= 0;
|
||||
end= me->totface;
|
||||
|
||||
Reference in New Issue
Block a user