[Bf-extensions-cvs] [a370618c] master: turnaround_camera: fix bl_location T50357

meta-androcto noreply at git.blender.org
Thu Jun 8 11:39:55 CEST 2017


Commit: a370618c8a57a07d39239fa6b33f56a0f40578e8
Author: meta-androcto
Date:   Thu Jun 8 19:39:30 2017 +1000
Branches: master
https://developer.blender.org/rBAa370618c8a57a07d39239fa6b33f56a0f40578e8

turnaround_camera: fix bl_location T50357

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

M	camera_turnaround.py

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

diff --git a/camera_turnaround.py b/camera_turnaround.py
index a2dafe9f..5b655681 100644
--- a/camera_turnaround.py
+++ b/camera_turnaround.py
@@ -22,7 +22,7 @@ bl_info = {
     "author": "Antonio Vazquez (antonioya)",
     "version": (0, 2, 4),
     "blender": (2, 68, 0),
-    "location": "View3D > Toolshelf > Turnaround camera",
+    "location": "View3D > Toolshelf > Animation > 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",
     "category": "Camera"}



More information about the Bf-extensions-cvs mailing list