append_asset to also match material sets by the name #6762

This commit is contained in:
Andrej730
2025-07-21 17:39:58 +05:00
parent d66dd1be18
commit b4740b6949
3 changed files with 68 additions and 0 deletions
@@ -183,6 +183,9 @@ class ValidateIfcAssets(bpy.types.Operator):
ifc_classes = {
"IfcMaterial": "Name",
"IfcMaterialLayerSet": "LayerSetName",
"IfcMaterialConstituentSet": "Name",
"IfcMaterialProfileSet": "Name",
"IfcProfileDef": "ProfileName",
"IfcPresentationStyle": "Name",
}