Use "gltf" instead of "gtlf" (#4538)

- Fix "gtlf" typo
This commit is contained in:
Alper Kantarci
2024-04-10 13:02:56 +02:00
committed by GitHub
parent de744dddda
commit 4d906578c7
@@ -313,7 +313,7 @@ class serializers:
buffer = ifcopenshell_wrapper.buffer
# gltf and hdf5 availability depend on IfcOpenShell configuration settings
try:
gtlf = ifcopenshell_wrapper.GltfSerializer
gltf = ifcopenshell_wrapper.GltfSerializer
except:
pass
try: