mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Add ColladaSerializer to python bindings
This commit is contained in:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user