From fb9633ffd7bc3d1c4e7702114e1e93be1cfdf516 Mon Sep 17 00:00:00 2001 From: meta-androcto Date: Tue, 24 Sep 2019 11:58:51 +1000 Subject: camera_turnaround: fix bl_info location --- camera_turnaround.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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", -- cgit v1.2.3