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:
-rw-r--r--source/creator/creator_args.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index ef6b7de3027..50c35f6f905 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -1068,6 +1068,7 @@ static int arg_handle_factory_startup_set(int UNUSED(argc),
void *UNUSED(data))
{
G.factory_startup = 1;
+ G.f |= G_FLAG_USERPREF_NO_SAVE_ON_EXIT;
return 0;
}