[Bf-extensions-cvs] [d300f334] master: object_edit_linked: close panel by default: T70017

meta-androcto noreply at git.blender.org
Tue Sep 24 08:34:22 CEST 2019


Commit: d300f33435d366c43d340bb594d7806ae9e80b77
Author: meta-androcto
Date:   Tue Sep 24 16:34:05 2019 +1000
Branches: master
https://developer.blender.org/rBAd300f33435d366c43d340bb594d7806ae9e80b77

object_edit_linked: close panel by default: T70017

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

M	object_edit_linked.py

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

diff --git a/object_edit_linked.py b/object_edit_linked.py
index 820e9fea..2c44fd90 100644
--- a/object_edit_linked.py
+++ b/object_edit_linked.py
@@ -163,6 +163,7 @@ class VIEW3D_PT_PanelLinkedEdit(bpy.types.Panel):
     bl_region_type = 'UI'
     bl_category = "Item"
     bl_context = 'objectmode'
+    bl_options = {'DEFAULT_CLOSED'}
 
     @classmethod
     def poll(cls, context: bpy.context):



More information about the Bf-extensions-cvs mailing list