Skip to content
Snippets Groups Projects
Commit d300f334 authored by meta-androcto's avatar meta-androcto
Browse files

object_edit_linked: close panel by default: T70017

parent dd693daf
Branches
Tags
No related merge requests found
...@@ -163,6 +163,7 @@ class VIEW3D_PT_PanelLinkedEdit(bpy.types.Panel): ...@@ -163,6 +163,7 @@ class VIEW3D_PT_PanelLinkedEdit(bpy.types.Panel):
bl_region_type = 'UI' bl_region_type = 'UI'
bl_category = "Item" bl_category = "Item"
bl_context = 'objectmode' bl_context = 'objectmode'
bl_options = {'DEFAULT_CLOSED'}
@classmethod @classmethod
def poll(cls, context: bpy.context): def poll(cls, context: bpy.context):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment