clean
This commit is contained in:
parent
5759420ff4
commit
c1a3afbd60
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ class FONT3D_OT_SaveFontToFile(bpy.types.Operator):
|
|||
del bpy.context.scene[k]
|
||||
|
||||
# save as gltf
|
||||
lol = bpy.ops.export_scene.gltf(
|
||||
bpy.ops.export_scene.gltf(
|
||||
filepath=filepath,
|
||||
check_existing=False,
|
||||
export_format='GLTF_SEPARATE',
|
||||
|
|
Loading…
Reference in a new issue