Fix T45331, a bevel regression for 2.75.
Got bad results when two beveled edges form straight line and there are two or more unbeveled edges attached to either side of the connecting vertex.
This commit is contained in:
@@ -1800,7 +1800,7 @@ static void build_boundary(BevelParams *bp, BevVert *bv, bool construct)
|
||||
offset_on_edge_between(bp, e, e2, eip, bv->v, co);
|
||||
}
|
||||
else {
|
||||
offset_meet(e, e2, bv->v, NULL, true, co);
|
||||
offset_meet(e, e2, bv->v, e->fnext, true, co);
|
||||
}
|
||||
}
|
||||
if (construct) {
|
||||
|
Reference in New Issue
Block a user