Change UI name of addon, update versions

This commit is contained in:
Julian Eisel 2020-03-12 15:26:24 +01:00
parent 034a09f805
commit 329bc262c8
1 changed files with 3 additions and 3 deletions

View File

@ -36,10 +36,10 @@ from bl_ui.space_view3d import (
)
bl_info = {
"name": "Basic VR Viewer",
"name": "VR Scene Inspection",
"author": "Julian Eisel (Severin)",
"version": (0, 0, 2),
"blender": (2, 83, 2),
"version": (0, 0, 6),
"blender": (2, 83, 8),
"location": "3D View > Sidebar > VR",
"description": ("View the viewport with virtual reality glasses "
"(head-mounted displays)"),