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>2019-05-13 06:25:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-13 06:25:51 +0300
commita279bbbee56ff941ab4ffc263027a7e154703e93 (patch)
tree793a9acfaea723347f2e447dac91d3ca4224b30d /release
parentac94c219aea80cb1eb494d03d42762ca5db931f3 (diff)
Preferences: support loading factory preferences
Previously it was only possible to load factory startup & preferences.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 204afca67bb..020dca91f07 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -84,6 +84,7 @@ class USERPREF_PT_save_preferences(Panel):
col = layout.column(align=True)
col.operator("wm.save_userpref")
col.operator("wm.read_userpref")
+ col.operator("wm.read_factory_userpref")
# Panel mix-in.