From cbf579c676db6cff76fe9b9b31ad070854bb03da Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 21 May 2025 12:29:26 +0100 Subject: [PATCH] Commented out draco compression arg (draco not available on alpine) --- main.py.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py.tmpl b/main.py.tmpl index 9add732..1234ae2 100644 --- a/main.py.tmpl +++ b/main.py.tmpl @@ -36,7 +36,7 @@ def export_to_glb(obj: bpy.types.Object): bpy.ops.export_scene.gltf( filepath="{{.Filename}}", export_format="GLB", - export_draco_mesh_compression_enable=True, + # export_draco_mesh_compression_enable=True, export_apply=True, )