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-06-16 11:48:37 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-06-16 11:48:37 +0300
commitc2821cac0dbe37b22fa4530c881c679b035f9b8b (patch)
tree0c5dd737201abd61223efbb62787cfd3c493ba04 /camera_turnaround.py
parent3151817bbf81f8be4d38ddc2926baad523cee9ff (diff)
part fix bl_info Locations
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 e5581b35..d6942752 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 > Toolshelf > Animation Tab > Turnaround Camera",
+ "location": "View3D > Sidebar > View 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",