This commit is contained in:
themancalledjakob 2024-06-28 10:24:56 +02:00
parent 5759420ff4
commit c1a3afbd60

View file

@ -584,7 +584,7 @@ class FONT3D_OT_SaveFontToFile(bpy.types.Operator):
del bpy.context.scene[k] del bpy.context.scene[k]
# save as gltf # save as gltf
lol = bpy.ops.export_scene.gltf( bpy.ops.export_scene.gltf(
filepath=filepath, filepath=filepath,
check_existing=False, check_existing=False,
export_format='GLTF_SEPARATE', export_format='GLTF_SEPARATE',