Cleanup: Add back comment removed in recent commit

23775f3914 removed this comment, but it's
preferred to keep it instead.
This commit is contained in:
Hans Goudey 2022-01-31 12:00:28 -06:00
parent 81ee46da1a
commit c4f159cfcd
1 changed files with 2 additions and 0 deletions

View File

@ -1730,6 +1730,8 @@ static float project_paint_uvpixel_mask(const ProjPaintState *ps,
normalize_v3(no);
}
else {
/* In case the normalizing per pixel isn't optimal,
* we could cache or access from evaluated mesh. */
normal_tri_v3(no,
ps->mvert_eval[lt_vtri[0]].co,
ps->mvert_eval[lt_vtri[1]].co,