mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 14:07:43 +00:00
append_asset to also match material sets by the name #6762
This commit is contained in:
@@ -183,6 +183,9 @@ class ValidateIfcAssets(bpy.types.Operator):
|
||||
|
||||
ifc_classes = {
|
||||
"IfcMaterial": "Name",
|
||||
"IfcMaterialLayerSet": "LayerSetName",
|
||||
"IfcMaterialConstituentSet": "Name",
|
||||
"IfcMaterialProfileSet": "Name",
|
||||
"IfcProfileDef": "ProfileName",
|
||||
"IfcPresentationStyle": "Name",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user