[Bf-extensions-cvs] [bacfe281] soc-2019-openxr: Force continuous redraws of the VR camera gizmo

Julian Eisel noreply at git.blender.org
Sun Feb 16 19:33:12 CET 2020


Commit: bacfe2815e87137dc2afdf3a693b50fa318af8fe
Author: Julian Eisel
Date:   Sun Feb 16 19:27:13 2020 +0100
Branches: soc-2019-openxr
https://developer.blender.org/rBAbacfe2815e87137dc2afdf3a693b50fa318af8fe

Force continuous redraws of the VR camera gizmo

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

M	viewport_vr_preview.py

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

diff --git a/viewport_vr_preview.py b/viewport_vr_preview.py
index d543aa9b..b69cffa6 100644
--- a/viewport_vr_preview.py
+++ b/viewport_vr_preview.py
@@ -366,7 +366,7 @@ class VIEW3D_GGT_vr_viewer(GizmoGroup):
     bl_label = "VR Viewer Indicator"
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'WINDOW'
-    bl_options = {'3D', 'PERSISTENT', 'SCALE'}
+    bl_options = {'3D', 'PERSISTENT', 'SCALE', 'CONTINUOUS_REDRAW'}
 
     @classmethod
     def poll(cls, context):



More information about the Bf-extensions-cvs mailing list