From e5a5d28c3e3ccd574163bfac37372fbcabfa6f75 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 3 Aug 2019 00:07:32 +1000 Subject: Fix T67670: Sculpt doesn't mark the file as modified Was also an issue for texture & paint curve. --- source/blender/editors/sculpt_paint/paint_curve_undo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/sculpt_paint/paint_curve_undo.c') diff --git a/source/blender/editors/sculpt_paint/paint_curve_undo.c b/source/blender/editors/sculpt_paint/paint_curve_undo.c index 7e283274383..bd62a59e73f 100644 --- a/source/blender/editors/sculpt_paint/paint_curve_undo.c +++ b/source/blender/editors/sculpt_paint/paint_curve_undo.c @@ -168,6 +168,7 @@ void ED_paintcurve_undo_push_end(void) { UndoStack *ustack = ED_undo_stack_get(); BKE_undosys_step_push(ustack, NULL, NULL); + WM_file_tag_modified(); } /** \} */ -- cgit v1.2.3