thanks venomgfx for picking up on this one, reset didnt work - my mface/tface selection switchover mistake.

This commit is contained in:
Campbell Barton 2007-05-07 16:34:57 +00:00
parent 147cbe93c2
commit f638895aad

@ -418,7 +418,8 @@ void calculate_uv_map(unsigned short mapmode)
case B_UVAUTO_RESET:
tface= me->mtface;
for(a=0; a<me->totface; a++, tface++)
mface= me->mface;
for(a=0; a<me->totface; a++, tface++, mface++)
if(mface->flag & ME_FACE_SEL)
default_uv(tface->uv, 1.0);
break;