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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user