[Bf-extensions-cvs] [71eb006] master: AnimAll: Place in animation category (duh!)

Daniel Salazar noreply at git.blender.org
Sat Jan 4 22:06:58 CET 2014


Commit: 71eb0065f3d5d8d0b1fbdc46a21309f6c60c6175
Author: Daniel Salazar
Date:   Sat Jan 4 15:05:42 2014 -0600
https://developer.blender.org/rBA71eb0065f3d5d8d0b1fbdc46a21309f6c60c6175

AnimAll: Place in animation category (duh!)

===================================================================

M	animation_animall.py

===================================================================

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



More information about the Bf-extensions-cvs mailing list