[Bf-extensions-cvs] [a08794f8] soc-2019-openxr: Update to RNA naming changes

Julian Eisel noreply at git.blender.org
Mon Mar 16 21:27:38 CET 2020


Commit: a08794f822f08e201db95c298b1fd54f2709e38a
Author: Julian Eisel
Date:   Mon Mar 16 21:27:22 2020 +0100
Branches: soc-2019-openxr
https://developer.blender.org/rBAa08794f822f08e201db95c298b1fd54f2709e38a

Update to RNA naming changes

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

M	viewport_vr_preview.py

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

diff --git a/viewport_vr_preview.py b/viewport_vr_preview.py
index 253472eb..d80412ba 100644
--- a/viewport_vr_preview.py
+++ b/viewport_vr_preview.py
@@ -536,7 +536,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', 'CONTINUOUS_REDRAW'}
+    bl_options = {'3D', 'PERSISTENT', 'SCALE', 'VR_REDRAWS'}
 
     @classmethod
     def poll(cls, context):



More information about the Bf-extensions-cvs mailing list