Fix #112664: Expand face sets freeze when cursor is on mesh boundaries #112706

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:112664 into main 2023-09-22 14:52:14 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ static float *sculpt_expand_boundary_topology_falloff_create(Object *ob, const P
continue;
}
dists[ni.index] = dists[v_next_i] + 1.0f;
visited_verts[ni.index];
visited_verts[ni.index].set();
BLI_gsqueue_push(queue, &ni.vertex);
}
SCULPT_VERTEX_NEIGHBORS_ITER_END(ni);