From a08794f822f08e201db95c298b1fd54f2709e38a Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Mon, 16 Mar 2020 21:27:22 +0100 Subject: Update to RNA naming changes --- viewport_vr_preview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3