Fix T46029. Center ngon in bevel got no attributes or interpolation data.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user