From 71eb0065f3d5d8d0b1fbdc46a21309f6c60c6175 Mon Sep 17 00:00:00 2001
From: Daniel Salazar <zanqdo@gmail.com>
Date: Sat, 4 Jan 2014 15:05:42 -0600
Subject: [PATCH] AnimAll: Place in animation category (duh!)

---
 animation_animall.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/animation_animall.py b/animation_animall.py
index 9060a39f5..542f49240 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'}:
-- 
GitLab