Merge branch 'blender-v4.3-release'

This commit is contained in:
Sean Kim
2024-10-14 12:46:00 -07:00

View File

@@ -404,6 +404,7 @@ void do_surface_smooth_brush(const Depsgraph &depsgraph,
break;
}
}
pbvh.tag_positions_changed(node_mask);
bke::pbvh::update_bounds(depsgraph, object, pbvh);
}