Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-08-11 02:29:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-11 02:40:28 +0300
commit0398ee10a1b727c63b344db3d6c8d78f6bbfd633 (patch)
treed2670b03db2e167f7da842b4301fbebe5365e922 /source/blender/windowmanager/wm_files.h
parent757c24b6bceaeeae95f743b72b6a7040880a0ebf (diff)
WM: don't load preferences on 'File -> New'
User preferences are now only loaded on... - Initial startup. - Factory-settings. - Setting app-templates.
Diffstat (limited to 'source/blender/windowmanager/wm_files.h')
-rw-r--r--source/blender/windowmanager/wm_files.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/wm_files.h b/source/blender/windowmanager/wm_files.h
index 9a1518e15b0..b102b6c7cc7 100644
--- a/source/blender/windowmanager/wm_files.h
+++ b/source/blender/windowmanager/wm_files.h
@@ -37,7 +37,7 @@ struct wmOperatorType;
void wm_history_file_read(void);
int wm_homefile_read(
struct bContext *C, struct ReportList *reports,
- bool use_factory_settings, bool use_empty_data,
+ bool use_factory_settings, bool use_empty_data, bool use_userdef,
const char *filepath_startup_override, const char *app_template_override);
void wm_file_read_report(bContext *C);