Commented out draco compression arg (draco not available on alpine)

This commit is contained in:
2025-05-21 12:29:26 +01:00
parent 5852539afd
commit cbf579c676

View File

@@ -36,7 +36,7 @@ def export_to_glb(obj: bpy.types.Object):
bpy.ops.export_scene.gltf( bpy.ops.export_scene.gltf(
filepath="{{.Filename}}", filepath="{{.Filename}}",
export_format="GLB", export_format="GLB",
export_draco_mesh_compression_enable=True, # export_draco_mesh_compression_enable=True,
export_apply=True, export_apply=True,
) )