Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2020-03-16 23:27:22 +0300
committerJulian Eisel <julian@blender.org>2020-03-16 23:27:22 +0300
commita08794f822f08e201db95c298b1fd54f2709e38a (patch)
tree8c53593afe30227ec3fbf70c7ad80a9c1cb1da1d
parent0d3ae1fca61d2b56aa5d9ae47b44c48b4ca761c3 (diff)
Update to RNA naming changes
-rw-r--r--viewport_vr_preview.py2
1 files changed, 1 insertions, 1 deletions
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):