[Bf-extensions-cvs] [083bf067] master: materials_library_vx: close panel by default: T70017

meta-androcto noreply at git.blender.org
Tue Sep 24 07:33:20 CEST 2019


Commit: 083bf067f9968d38896dfa351b6007ae20b62974
Author: meta-androcto
Date:   Tue Sep 24 15:33:00 2019 +1000
Branches: master
https://developer.blender.org/rBA083bf067f9968d38896dfa351b6007ae20b62974

materials_library_vx: close panel by default: T70017

===================================================================

M	materials_library_vx/__init__.py

===================================================================

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



More information about the Bf-extensions-cvs mailing list