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
Notes: blender-bot 2023-02-14 08:55:38 +01:00
Referenced by issue #45331, Limited bevel causes edges to move incorrectly (2.75 regression)
1 changed files with 1 additions and 1 deletions

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