Skip to content
Snippets Groups Projects
Commit 60f8537c authored by meta-androcto's avatar meta-androcto
Browse files

animation_animall: close panels by default: T70017

parent 2db7d890
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ bl_info = {
"author": "Daniel Salazar <zanqdo@gmail.com>",
"version": (0, 8, 3),
"blender": (2, 80, 0),
"location": "3D View > Toolbox > Animation tab > AnimAll",
"location": "3D View > Sidebar > Animation tab > AnimAll",
"description": "Allows animation of mesh, lattice, curve and surface data",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
......@@ -141,6 +141,7 @@ class VIEW3D_PT_animall(Panel):
bl_region_type = 'UI'
bl_category = "Animation"
bl_label = 'AnimAll'
bl_options = {'DEFAULT_CLOSED'}
@classmethod
def poll(self, context):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment