Merge branch 'blender-v5.0-release'

This commit is contained in:
Bastien Montagne
2025-10-13 18:22:19 +02:00
52 changed files with 4407 additions and 4489 deletions

View File

@@ -813,6 +813,8 @@ static void add_single_point_and_curve(const PenToolOperation &ptd,
curves.handle_types_left_for_write().last() = ptd.extrude_handle;
curves.handle_types_right_for_write().last() = ptd.extrude_handle;
curves.update_curve_types();
curves.resolution_for_write().last() = 12;
curve_attributes_to_skip.add("resolution");
const int material_index = ptd.vc.obact->actcol - 1;
if (material_index != -1) {