Fix T68103: bevel sometimes infinite loops with patch miter.

Needed to null terminate list of chain to process width adjustments on.
This commit is contained in:
Howard Trickey 2019-08-16 13:20:48 -04:00
parent b57d386dc1
commit 7ba2720a70
Notes: blender-bot 2023-02-14 01:24:40 +01:00
Referenced by issue #68754, opening a scene from 2.8 results in many of the materials not rendering.
Referenced by issue #68103, bevel modifier not responding
1 changed files with 1 additions and 0 deletions

View File

@ -3122,6 +3122,7 @@ static void adjust_offsets(BevelParams *bp, BMesh *bm)
}
if (!iscycle) {
/* right->left direction, changing vchainstart at each step */
v->adjchain = NULL;
v = vchainstart;
bvcur = bv;
do {