Minor comment on possible TODO while validating paint ops for CoW...

This commit is contained in:
Bastien Montagne 2018-06-07 10:58:52 +02:00
parent e43065596b
commit e27759152a
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ static bool vertex_paint_from_weight(Object *ob)
}
/* TODO: respect selection. */
/* TODO: Do we want to take weights from evaluated mesh instead? 2.7x was not doing it anyway... */
mp = me->mpoly;
vgroup_active = ob->actdef - 1;
for (int i = 0; i < me->totpoly; i++, mp++) {