VR: Add "show custom overlays" setting

This commit is contained in:
Peter Kim 2020-11-07 19:05:54 +09:00
parent 3ef3fe923c
commit a2915bc279
1 changed files with 1 additions and 0 deletions

View File

@ -964,6 +964,7 @@ class VIEW3D_PT_vr_session_view(Panel):
col.prop(session_settings, "show_floor", text="Floor")
col.prop(session_settings, "show_annotation", text="Annotations")
col.prop(session_settings, "show_controllers", text="Controllers")
col.prop(session_settings, "show_custom_overlays", text="Custom Overlays")
col.prop(session_settings, "show_selection", text="Selection")
col.prop(session_settings, "selection_eye", text="Selection Eye")