Rename panel from IFC Construction Type to IFC Type

As discussed here: https://community.osarch.org/discussion/1332/blenderbim-ifc-construction-type-ifcbuiltelementtype-confusion
This commit is contained in:
Einar Raknes
2023-02-05 01:39:04 +01:00
committed by Dion Moult
parent dc77a798b5
commit 9f399b34fb
@@ -24,7 +24,7 @@ from blenderbim.bim.module.type.data import TypeData
class BIM_PT_type(Panel):
bl_label = "IFC Construction Type"
bl_label = "IFC Type"
bl_idname = "BIM_PT_type"
bl_space_type = "PROPERTIES"
bl_region_type = "WINDOW"