Option to load startup file with empty-data

Useful for batch conversion and tests.
This commit is contained in:
2017-03-29 19:07:21 +11:00
parent b3f9ae0125
commit df7f6a3e2e
5 changed files with 44 additions and 4 deletions

View File

@@ -192,7 +192,7 @@ void WM_init(bContext *C, int argc, const char **argv)
wm_init_reports(C);
/* get the default database, plus a wm */
wm_homefile_read(C, NULL, G.factory_startup, NULL, NULL);
wm_homefile_read(C, NULL, G.factory_startup, false, NULL, NULL);
BLT_lang_set(NULL);