fix for typo in skin modifier that resulted in incorrect vertex weights.

This commit is contained in:
Campbell Barton 2013-03-08 04:31:21 +00:00
parent c36f20a7d2
commit 1d5b7bc1f7
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ static DerivedMesh *subdivide_base(DerivedMesh *orig)
if (vg) {
vg->def_nr = dv1->dw[j].def_nr;
vg->w1 = dv1->dw[j].weight;
vg->w1 = dv2->dw[k].weight;
vg->w2 = dv2->dw[k].weight;
}
}
}