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 14:51:54 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 14:51:54 +0300
commitcec3f91d6da4b79634cd373b0af0a12995596c97 (patch)
tree3db29d525020ae80bb3ae4e681a9aa7811859373 /camera_turnaround.py
parentaae47dca778b8f9c8a60b3c0c5c938b0f402915d (diff)
addons: shorten animation to animate: T70017
Diffstat (limited to 'camera_turnaround.py')
-rw-r--r--camera_turnaround.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/camera_turnaround.py b/camera_turnaround.py
index ab3c2700..88204d05 100644
--- a/camera_turnaround.py
+++ b/camera_turnaround.py
@@ -21,11 +21,11 @@ bl_info = {
"author": "Antonio Vazquez (antonioya)",
"version": (0, 3, 0),
"blender": (2, 80, 0),
- "location": "View3D > Sidebar > 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",
- "category": "Camera"}
+ "category": "Animation"}
import bpy
@@ -266,7 +266,7 @@ class CAMERATURN_PT_ui(Panel):
bl_label = "Turnaround Camera"
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
- bl_category = "Animation"
+ bl_category = "Animate"
bl_context = "objectmode"
bl_options = {'DEFAULT_CLOSED'}