From 62b9fe2e13b313711ca24519a1221e173f2bc270 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 6959e40e53..1903390375 100644 --- a/src/ifcopenshell-python/ifcopenshell/geom/main.py +++ b/src/ifcopenshell-python/ifcopenshell/geom/main.py @@ -351,7 +351,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: