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/sculpt_undo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/sculpt_paint/sculpt_undo.c') diff --git a/source/blender/editors/sculpt_paint/sculpt_undo.c b/source/blender/editors/sculpt_paint/sculpt_undo.c index dde1e51e764..d4c97faa0a6 100644 --- a/source/blender/editors/sculpt_paint/sculpt_undo.c +++ b/source/blender/editors/sculpt_paint/sculpt_undo.c @@ -1012,6 +1012,7 @@ void sculpt_undo_push_end(void) if (wm->op_undo_depth == 0) { UndoStack *ustack = ED_undo_stack_get(); BKE_undosys_step_push(ustack, NULL, NULL); + WM_file_tag_modified(); } } -- cgit v1.2.3