User preference to hide Python references in Tooltips.

This commit is contained in:
Elia Sarti
2010-11-22 00:10:32 +00:00
parent 8f657c174d
commit 19e091ec5e
4 changed files with 16 additions and 6 deletions

View File

@@ -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")