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>2018-06-21 16:02:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-21 16:02:38 +0300
commitc054a1a84867e652cd737cdab7ca790b6e038303 (patch)
tree34dc2614a32aad4dd3ad8afc5df8768edededaae /release/scripts/startup/bl_ui/space_userpref.py
parentd5552a6d4ba5bb4ac34fe149c2ac9d7ff3f723fe (diff)
parenta4f08297ed3c201c66a340e5261cac0aeb68b523 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'release/scripts/startup/bl_ui/space_userpref.py')
-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 6baca880ce3..4749eb7690c 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -231,6 +231,7 @@ class USERPREF_PT_interface(Panel):
col.prop(view, "ui_line_width", text="Line Width")
col.prop(view, "show_tooltips")
col.prop(view, "show_tooltips_python")
+ col.prop(view, "show_developer_ui")
col.prop(view, "show_object_info", text="Object Info")
col.prop(view, "show_large_cursors")
col.prop(view, "show_view_name", text="View Name")