main sync #3

Merged
Patrick Busch merged 318 commits from blender/blender:main into main 2023-03-17 15:52:21 +01:00
Showing only changes of commit f6f2f4f264 - Show all commits

View File

@ -1300,6 +1300,8 @@ static void sculpt_gesture_trim_geometry_generate(SculptGestureContext *sgcontex
loop_index += 3;
}
BKE_mesh_smooth_flag_set(trim_operation->mesh, false);
BKE_mesh_calc_edges(trim_operation->mesh, false, false);
sculpt_gesture_trim_normals_update(sgcontext);
}