mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 13:58:12 +00:00
Fix #3477. Move text panels to object information tab.
This commit is contained in:
@@ -393,6 +393,7 @@ class BIM_PT_product_assignments(Panel):
|
|||||||
bl_region_type = "WINDOW"
|
bl_region_type = "WINDOW"
|
||||||
bl_context = "object"
|
bl_context = "object"
|
||||||
bl_order = 1
|
bl_order = 1
|
||||||
|
bl_parent_id = "BIM_PT_tab_object_metadata"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def poll(cls, context):
|
def poll(cls, context):
|
||||||
@@ -428,6 +429,7 @@ class BIM_PT_text(Panel):
|
|||||||
bl_region_type = "WINDOW"
|
bl_region_type = "WINDOW"
|
||||||
bl_context = "object"
|
bl_context = "object"
|
||||||
bl_order = 0
|
bl_order = 0
|
||||||
|
bl_parent_id = "BIM_PT_tab_object_metadata"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def poll(cls, context):
|
def poll(cls, context):
|
||||||
|
|||||||
Reference in New Issue
Block a user