Add ColladaSerializer to python bindings

This commit is contained in:
Thomas Krijnen
2025-03-21 14:35:23 +01:00
parent e327932f4e
commit 6880e31a66
3 changed files with 7 additions and 1 deletions
@@ -641,7 +641,10 @@ class serializers:
hdf5 = ifcopenshell_wrapper.HdfSerializer
except:
pass
try:
collada = ifcopenshell_wrapper.ColladaSerializer
except:
pass
# ttl is always available since it doesn't depend on any C++ libraries,
# just people might be using an outdated binary
if hasattr(ifcopenshell_wrapper, "TtlWktSerializer"):