save fontfile as glb
This commit is contained in:
parent
27a0ebdb90
commit
e203e46cc4
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue