object_boolean_tools: close panel by default: T70017

This commit is contained in:
meta-androcto
2019-09-24 16:28:42 +10:00
parent 7423156147
commit 844991b209

View File

@ -866,6 +866,7 @@ class VIEW3D_PT_booltool_tools(Panel):
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
bl_context = "objectmode"
bl_options = {'DEFAULT_CLOSED'}
@classmethod
def poll(cls, context):