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:
authormeta-androcto <meta.androcto1@gmail.com>2019-09-24 04:38:03 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 04:38:03 +0300
commit60f8537c69da5ac4aa2d79d5879eb7125b0c01ac (patch)
tree591868021e8d888f90ee6dffd9322d44d4a89a62 /animation_animall.py
parent2db7d8904720f0fc732197e59b2711a08df9ff57 (diff)
animation_animall: close panels by default: T70017
Diffstat (limited to 'animation_animall.py')
-rw-r--r--animation_animall.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/animation_animall.py b/animation_animall.py
index 65c73a3d..b74693c3 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -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):