Boolean subpanel is now located in the Geometric Relationships panel

This commit is contained in:
Gorgious
2023-07-18 21:45:48 +02:00
parent e440eca988
commit 654e884e8e
@@ -28,7 +28,7 @@ class BIM_PT_voids(Panel):
bl_options = {"DEFAULT_CLOSED"}
bl_space_type = "PROPERTIES"
bl_region_type = "WINDOW"
bl_context = "object"
bl_context = "scene"
bl_order = 1
bl_parent_id = "BIM_PT_tab_geometric_relationships"
@@ -81,9 +81,12 @@ class BIM_PT_voids(Panel):
class BIM_PT_booleans(Panel):
bl_label = "Booleans"
bl_idname = "BIM_PT_booleans"
bl_options = {"DEFAULT_CLOSED"}
bl_space_type = "PROPERTIES"
bl_region_type = "WINDOW"
bl_context = "data"
bl_context = "scene"
bl_order = 1
bl_parent_id = "BIM_PT_tab_geometric_relationships"
@classmethod
def poll(cls, context):