camera_turnaround: fix bl_info location

This commit is contained in:
Brendon Murphy 2019-09-24 11:58:51 +10:00
parent 201c9b1416
commit fb9633ffd7
1 changed files with 1 additions and 1 deletions

View File

@ -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",