Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeta-androcto <meta.androcto1@gmail.com>2019-09-24 04:58:51 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 04:58:51 +0300
commitfb9633ffd7bc3d1c4e7702114e1e93be1cfdf516 (patch)
tree263e37e5618ae21d05b25d2474ea2b4bc27ef476 /camera_turnaround.py
parent201c9b14169400dd41390252c8473046eed31651 (diff)
camera_turnaround: fix bl_info location
Diffstat (limited to 'camera_turnaround.py')
-rw-r--r--camera_turnaround.py2
1 files changed, 1 insertions, 1 deletions
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",