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 08:33:00 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 08:33:00 +0300
commit083bf067f9968d38896dfa351b6007ae20b62974 (patch)
treea7774ad862fb94ada9e9fe2358196595c6bc171b /materials_library_vx
parentf5be97a23c893db67ddffff885f446a535f7c733 (diff)
materials_library_vx: close panel by default: T70017
Diffstat (limited to 'materials_library_vx')
-rw-r--r--materials_library_vx/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/materials_library_vx/__init__.py b/materials_library_vx/__init__.py
index 16713b29..42154ab7 100644
--- a/materials_library_vx/__init__.py
+++ b/materials_library_vx/__init__.py
@@ -1118,6 +1118,7 @@ class MATLIB_PT_vxPanel(Panel):
bl_space_type = "PROPERTIES"
bl_region_type = "WINDOW"
bl_context = "material"
+ bl_options = {'DEFAULT_CLOSED'}
@classmethod
def poll(self, context):