[Bf-extensions-cvs] [981764c7] xr-actions-D9124: viewport_vr_preview.py: Add selection outline visibility option

Peter Kim noreply at git.blender.org
Tue Oct 13 14:46:56 CEST 2020


Commit: 981764c7ed61e5f21a7dfb9dcc8004705269c486
Author: Peter Kim
Date:   Tue Oct 13 18:37:12 2020 +0900
Branches: xr-actions-D9124
https://developer.blender.org/rBA981764c7ed61e5f21a7dfb9dcc8004705269c486

viewport_vr_preview.py: Add selection outline visibility option

===================================================================

M	viewport_vr_preview.py

===================================================================

diff --git a/viewport_vr_preview.py b/viewport_vr_preview.py
index 349cc658..b9fda6f3 100644
--- a/viewport_vr_preview.py
+++ b/viewport_vr_preview.py
@@ -559,6 +559,7 @@ class VIEW3D_PT_vr_session_view(Panel):
         col = layout.column(align=True, heading="Show")
         col.prop(session_settings, "show_floor", text="Floor")
         col.prop(session_settings, "show_annotation", text="Annotations")
+        col.prop(session_settings, "show_selection", text="Selection")
         col.prop(session_settings, "show_controllers", text="Controllers")
 
         col = layout.column(align=True)



More information about the Bf-extensions-cvs mailing list