From 9f399b34fb44e76a821f59c9e04c28cb40a579f3 Mon Sep 17 00:00:00 2001 From: Einar Raknes Date: Sun, 5 Feb 2023 01:39:04 +0100 Subject: [PATCH] Rename panel from IFC Construction Type to IFC Type As discussed here: https://community.osarch.org/discussion/1332/blenderbim-ifc-construction-type-ifcbuiltelementtype-confusion --- src/blenderbim/blenderbim/bim/module/type/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blenderbim/blenderbim/bim/module/type/ui.py b/src/blenderbim/blenderbim/bim/module/type/ui.py index fc5d16591e..b4cd2c4160 100644 --- a/src/blenderbim/blenderbim/bim/module/type/ui.py +++ b/src/blenderbim/blenderbim/bim/module/type/ui.py @@ -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"