From 4d906578c79e023059fc180fbb1cd4e0b9c0df5b Mon Sep 17 00:00:00 2001 From: Alper Kantarci Date: Wed, 10 Apr 2024 13:02:56 +0200 Subject: [PATCH] Use "gltf" instead of "gtlf" (#4538) - Fix "gtlf" typo --- src/ifcopenshell-python/ifcopenshell/geom/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/geom/main.py b/src/ifcopenshell-python/ifcopenshell/geom/main.py index a95e5a00ea..cbc7f4ce21 100644 --- a/src/ifcopenshell-python/ifcopenshell/geom/main.py +++ b/src/ifcopenshell-python/ifcopenshell/geom/main.py @@ -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: