diff --git a/__init__.py b/__init__.py index 08ce99f..904ebaf 100644 --- a/__init__.py +++ b/__init__.py @@ -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',