Fix #106094: Snap curves to surface operator does not update geometry #106104

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:106094 into main 2023-03-27 09:38:09 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -695,6 +695,7 @@ static void snap_curves_to_surface_exec_object(Object &curves_ob,
}
}
curves.tag_positions_changed();
DEG_id_tag_update(&curves_id.id, ID_RECALC_GEOMETRY);
}