style cleanup

This commit is contained in:
2012-04-21 12:51:47 +00:00
parent 96b024333e
commit 6701933f5c
64 changed files with 121 additions and 113 deletions

View File

@@ -4706,12 +4706,12 @@ void projectSVData(TransInfo *t, int final)
if (!em)
return;
if(!(t->settings->uvcalc_flag & UVCALC_TRANSFORM_CORRECT))
if (!(t->settings->uvcalc_flag & UVCALC_TRANSFORM_CORRECT))
return;
/* don't do this at all for non-basis shape keys, too easy to
accidentally break uv maps or vertex colors then */
if(em->bm->shapenr > 1)
if (em->bm->shapenr > 1)
return;
BLI_smallhash_init(&visit);