Skip to content

Commit

Permalink
Merge branch 'blender-v4.3-release'
Browse files Browse the repository at this point in the history
  • Loading branch information
skimmedsquare committed Nov 11, 2024
2 parents 7d68a4c + 009fb32 commit 406f259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/blender/editors/sculpt_paint/sculpt_boundary.cc
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ static void indices_init_mesh(Object &object,
flood_fill::FillDataMesh flood_fill(vert_positions.size());

Set<int, BOUNDARY_INDICES_BLOCK_SIZE> included_verts;
add_index(boundary, initial_boundary_vert, 1.0f, included_verts);
add_index(boundary, initial_boundary_vert, 0.0f, included_verts);
flood_fill.add_initial(initial_boundary_vert);

flood_fill.execute(object, vert_to_face, [&](const int from_v, const int to_v) {
Expand Down

0 comments on commit 406f259

Please sign in to comment.