From a370618c8a57a07d39239fa6b33f56a0f40578e8 Mon Sep 17 00:00:00 2001 From: meta-androcto <meta.androcto1@gmail.com> Date: Thu, 8 Jun 2017 19:39:30 +1000 Subject: [PATCH] turnaround_camera: fix bl_location T50357 --- camera_turnaround.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camera_turnaround.py b/camera_turnaround.py index a2dafe9f3..5b6556817 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"} -- GitLab