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>2017-06-08 12:39:30 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-06-08 12:39:30 +0300
commita370618c8a57a07d39239fa6b33f56a0f40578e8 (patch)
tree7c5978271b62ac71d2638a49da10e04e56fe3191
parentc56d4a88cc2e0b39be144e515ff0002c64b2444b (diff)
turnaround_camera: fix bl_location T50357
-rw-r--r--camera_turnaround.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera_turnaround.py b/camera_turnaround.py
index a2dafe9f..5b655681 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"}