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
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment