[Bf-extensions-cvs] [9a32e841] master: VR Scene Inspection: Add manual link and increase version number

Julian Eisel noreply at git.blender.org
Tue Mar 31 17:22:25 CEST 2020


Commit: 9a32e84135f73e5cd4e6e24874420869f9b4bdc3
Author: Julian Eisel
Date:   Tue Mar 31 17:21:46 2020 +0200
Branches: master
https://developer.blender.org/rBA9a32e84135f73e5cd4e6e24874420869f9b4bdc3

VR Scene Inspection: Add manual link and increase version number

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

M	viewport_vr_preview.py

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

diff --git a/viewport_vr_preview.py b/viewport_vr_preview.py
index 1fc444f0..1f8bbb64 100644
--- a/viewport_vr_preview.py
+++ b/viewport_vr_preview.py
@@ -33,7 +33,7 @@ from bpy.app.handlers import persistent
 bl_info = {
     "name": "VR Scene Inspection",
     "author": "Julian Eisel (Severin)",
-    "version": (0, 0, 7),
+    "version": (0, 1, 0),
     "blender": (2, 83, 8),
     "location": "3D View > Sidebar > VR",
     "description": ("View the viewport with virtual reality glasses "
@@ -41,6 +41,7 @@ bl_info = {
     "support": "OFFICIAL",
     "warning": "This is an early, limited preview of in development "
                "VR support for Blender.",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/3d_view/vr_scene_inspection.html",
     "category": "3D View",
 }



More information about the Bf-extensions-cvs mailing list