vertex paint/weight paint fix

This commit is contained in:
Joseph Eagar
2010-12-27 19:37:06 +00:00
parent ff3200d4d5
commit 4aa6c3bf35

View File

@@ -1929,7 +1929,7 @@ int mesh_recalcTesselation(CustomData *fdata,
BLI_array_growone(mf);
BLI_array_growone(origIndex);
origIndex[k] = use_face_origindex ? k : f->v1->tmp.l;
origIndex[k] = use_face_origindex ? k : i;
for (j=0; j<mp->totloop; j++, ml++) {
switch (j) {