Skip to content
Snippets Groups Projects
Commit 71eb0065 authored by Daniel Salazar's avatar Daniel Salazar
Browse files

AnimAll: Place in animation category (duh!)

parent 63440285
No related branches found
No related tags found
No related merge requests found
...@@ -93,9 +93,9 @@ class VIEW3D_PT_animall(bpy.types.Panel): ...@@ -93,9 +93,9 @@ class VIEW3D_PT_animall(bpy.types.Panel):
bl_space_type = 'VIEW_3D' bl_space_type = 'VIEW_3D'
bl_region_type = 'TOOLS' bl_region_type = 'TOOLS'
bl_category = "Animation"
bl_label = 'AnimAll' bl_label = 'AnimAll'
bl_options = {'DEFAULT_CLOSED'} bl_options = {'DEFAULT_CLOSED'}
# show this addon only in the Camera-Data-Panel
@classmethod @classmethod
def poll(self, context): def poll(self, context):
if context.active_object and context.active_object.type in {'MESH', 'LATTICE', 'CURVE', 'SURFACE'}: if context.active_object and context.active_object.type in {'MESH', 'LATTICE', 'CURVE', 'SURFACE'}:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment