From e203e46cc4b05ac1504c0436ba9777e97a2f2382 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Thu, 8 Aug 2024 11:31:59 +0200 Subject: [PATCH] save fontfile as glb --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index db46034..a51d8fd 100644 --- a/__init__.py +++ b/__init__.py @@ -714,7 +714,7 @@ class FONT3D_OT_SaveFontToFile(bpy.types.Operator): bpy.ops.export_scene.gltf( filepath=filepath, check_existing=False, - export_format='GLTF_SEPARATE', + export_format='GLB', # GLB or GLTF_SEPARATE export_extras=True, # export_hierarchy_full_collections=True, # use_active_collection_with_nested=True,