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:
authorElia Sarti <vekoon@gmail.com>2010-11-22 03:10:32 +0300
committerElia Sarti <vekoon@gmail.com>2010-11-22 03:10:32 +0300
commit19e091ec5effed52f59dcdf92acce4ef7b837ac6 (patch)
tree09950e53fc0d8475c712186f6aac42161350ce24 /release
parent8f657c174d7b9759251b8c5a4fcf91e6740f002b (diff)
User preference to hide Python references in Tooltips.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/space_userpref.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/space_userpref.py b/release/scripts/ui/space_userpref.py
index 34231e1933b..b8dc549fc04 100644
--- a/release/scripts/ui/space_userpref.py
+++ b/release/scripts/ui/space_userpref.py
@@ -156,6 +156,7 @@ class USERPREF_PT_interface(bpy.types.Panel):
col = row.column()
col.label(text="Display:")
col.prop(view, "show_tooltips")
+ col.prop(view, "hide_tooltips_python")
col.prop(view, "show_object_info", text="Object Info")
col.prop(view, "show_large_cursors")
col.prop(view, "show_view_name", text="View Name")