[Bf-extensions-cvs] [fb9633ff] master: camera_turnaround: fix bl_info location

meta-androcto noreply at git.blender.org
Tue Sep 24 03:59:10 CEST 2019


Commit: fb9633ffd7bc3d1c4e7702114e1e93be1cfdf516
Author: meta-androcto
Date:   Tue Sep 24 11:58:51 2019 +1000
Branches: master
https://developer.blender.org/rBAfb9633ffd7bc3d1c4e7702114e1e93be1cfdf516

camera_turnaround: fix bl_info location

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

M	camera_turnaround.py

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

diff --git a/camera_turnaround.py b/camera_turnaround.py
index fc3ede8f..342aa1cd 100644
--- a/camera_turnaround.py
+++ b/camera_turnaround.py
@@ -21,7 +21,7 @@ bl_info = {
     "author": "Antonio Vazquez (antonioya)",
     "version": (0, 3, 0),
     "blender": (2, 80, 0),
-    "location": "View3D > Sidebar > View Tab > Turnaround Camera",
+    "location": "View3D > Sidebar > Animation Tab > Turnaround Camera",
     "description": "Add a camera rotation around selected object",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/Animation/TurnaroundCamera",



More information about the Bf-extensions-cvs mailing list