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:
Howard Trickey
2015-07-06 13:24:42 -04:00
parent 93608e4f3b
commit 791b5fe9d0

View File

@@ -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) {