3D View: option to hide object overlays

This hides extra wires and details you may want to disable,
name may be changed.
This commit is contained in:
Campbell Barton
2018-07-10 18:30:45 +02:00
parent 245d0d6bb7
commit 8a3366a494
4 changed files with 36 additions and 1 deletions

View File

@@ -3897,6 +3897,7 @@ class VIEW3D_PT_overlay(Panel):
#sub.prop(overlay, "show_onion_skins")
sub.prop(overlay, "show_face_orientation")
sub.prop(overlay, "show_backface_culling")
sub.prop(overlay, "show_ornaments", text="Ornaments")
sub.prop(overlay, "show_bones", text="Bones")
if shading.type == 'MATERIAL':
sub.prop(overlay, "show_look_dev")