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:
authorJeroen Bakker <j.bakker@atmind.nl>2018-07-05 16:39:20 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-07-05 17:57:22 +0300
commit404bacc63980e33957c1ee98f2bd758dac90e951 (patch)
tree8b465bb68e6fff2af22ba9319611ff3f81bcb2d8 /release
parent35f8198c9de254ff0ef2595719275413f1b798a5 (diff)
Refactored into a single option
Technical all options are still there for finetuning.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 0c3219ae8e1..1ed33b78706 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -3833,14 +3833,7 @@ class VIEW3D_PT_overlay(Panel):
sub.prop(overlay, "show_all_objects_origin")
sub = split.column()
- row = sub.row(align=True)
- row.prop(overlay, "show_empties", text="", toggle=True)
- row.prop(overlay, "show_lamps", text="", toggle=True)
- row.prop(overlay, "show_cameras", text="", toggle=True)
- row.prop(overlay, "show_armatures", text="", toggle=True)
- row.prop(overlay, "show_lightprobes", text="", toggle=True)
- row.prop(overlay, "show_speakers", text="", toggle=True)
-
+ sub.prop(overlay, "show_non_renderable_objects")
sub.prop(overlay, "show_relationship_lines")
sub.prop(overlay, "show_motion_paths")
#sub.prop(overlay, "show_onion_skins")