mirror of
https://github.com/blender/blender-addons.git
synced 2025-08-16 15:35:05 +00:00
object_boolean_tools: close panel by default: T70017
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user