From c1a3afbd602f621ef48b1cd433e1e85a146a95b5 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Fri, 28 Jun 2024 10:24:56 +0200 Subject: [PATCH] clean --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',