Merge branch 'blender-v3.0-release'

This commit is contained in:
Campbell Barton 2021-10-29 14:01:19 +11:00
commit 57f7650dc7
1 changed files with 1 additions and 1 deletions

View File

@ -2142,7 +2142,7 @@ static int wm_homefile_write_exec(bContext *C, wmOperator *op)
}
printf("ok\n");
BKE_report(op->reports, RPT_INFO, "Startup file saved");
G.save_over = 0;
BKE_callback_exec_null(bmain, BKE_CB_EVT_SAVE_POST);