Fix T46029. Center ngon in bevel got no attributes or interpolation data.

This commit is contained in:
Howard Trickey
2015-09-07 09:33:42 -03:00
parent 1a7eca3c54
commit 04e12c617d

View File

@@ -2947,7 +2947,7 @@ static void bevel_build_rings(BevelParams *bp, BMesh *bm, BevVert *bv)
BLI_array_append(ve, v == vm->boundstart ? NULL : frep_e);
}
else {
BLI_array_append(vf, frep);
BLI_array_append(vf, boundvert_rep_face(v, NULL));
BLI_array_append(ve, NULL);
}
} while ((v = v->next) != vm->boundstart);