save fontfile as glb

This commit is contained in:
themancalledjakob 2024-08-08 11:31:59 +02:00
parent 27a0ebdb90
commit e203e46cc4

View file

@ -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,