[Bf-extensions-cvs] [25b00a0a] master: VR Scene Inspection: Bump version number to 0.9

Julian Eisel noreply at git.blender.org
Wed Jul 22 14:12:04 CEST 2020


Commit: 25b00a0a52c81408b9dc15ea320a79ee956b3c0a
Author: Julian Eisel
Date:   Wed Jul 22 14:10:56 2020 +0200
Branches: master
https://developer.blender.org/rBA25b00a0a52c81408b9dc15ea320a79ee956b3c0a

VR Scene Inspection: Bump version number to 0.9

For the final 2.90 release this should go up to 1.0, but not doing that
yet as we may have to do some fixes still.

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

M	viewport_vr_preview.py

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

diff --git a/viewport_vr_preview.py b/viewport_vr_preview.py
index 7db9cea6..c7d1d1af 100644
--- a/viewport_vr_preview.py
+++ b/viewport_vr_preview.py
@@ -38,8 +38,8 @@ from bpy.app.handlers import persistent
 bl_info = {
     "name": "VR Scene Inspection",
     "author": "Julian Eisel (Severin), Sebastian Koenig",
-    "version": (0, 2, 0),
-    "blender": (2, 83, 0),
+    "version": (0, 9, 0),
+    "blender": (2, 90, 0),
     "location": "3D View > Sidebar > VR",
     "description": ("View the viewport with virtual reality glasses "
                     "(head-mounted displays)"),



More information about the Bf-extensions-cvs mailing list