bim.print_unused_elements_stats to ignore IfcIndexedTextureMap

This commit is contained in:
Andrej730
2024-09-20 21:57:30 +05:00
parent 5ce9d21dff
commit 287f08dc7b
@@ -485,6 +485,7 @@ class PrintUnusedElementStats(bpy.types.Operator, tool.Ifc.Operator):
ignore_classes += ["IfcStyledItem"]
ignore_classes += [
"IfcIndexedColourMap", # Only referenced by inverse attributes.
"IfcIndexedTextureMap", # Only referenced by inverse attributes.
]
unused_elements = tool.Debug.print_unused_elements_stats(props.ifc_class_purge, ignore_classes)