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:
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):