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:
authorDaniel Salazar <zanqdo@gmail.com>2014-01-05 01:05:42 +0400
committerDaniel Salazar <zanqdo@gmail.com>2014-01-05 01:06:24 +0400
commit71eb0065f3d5d8d0b1fbdc46a21309f6c60c6175 (patch)
tree80c7642f0145fe4ccaa8bd664130464a3446a909 /animation_animall.py
parent634402859c0486d9f21e35d7bfe78a29a604b7e8 (diff)
AnimAll: Place in animation category (duh!)
Diffstat (limited to 'animation_animall.py')
-rw-r--r--animation_animall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/animation_animall.py b/animation_animall.py
index 9060a39f..542f4924 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -93,9 +93,9 @@ class VIEW3D_PT_animall(bpy.types.Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'TOOLS'
+ bl_category = "Animation"
bl_label = 'AnimAll'
bl_options = {'DEFAULT_CLOSED'}
- # show this addon only in the Camera-Data-Panel
@classmethod
def poll(self, context):
if context.active_object and context.active_object.type in {'MESH', 'LATTICE', 'CURVE', 'SURFACE'}: