Workbench: Added the basics for the OverlayMode

Implemented the face orientation overlay for testing.
Overlay mode is only drawn when there are overlays to be rendered.
The overlay mode is rendered before the object mode.
This commit is contained in:
Jeroen Bakker
2018-04-20 10:45:46 +02:00
parent 95e39943ef
commit cc0c971f84
9 changed files with 241 additions and 0 deletions

View File

@@ -3473,6 +3473,7 @@ class VIEW3D_PT_view3d_display(Panel):
col.prop(view, "show_outline_selected")
col.prop(view, "show_all_objects_origin")
col.prop(view, "show_relationship_lines")
col.prop(view, "show_face_orientation_overlay")
col = layout.column()
col.active = display_all