From f41808adc3ae4918a8b2fb4b654dad5cb8a1ba70 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Tue, 13 May 2025 16:27:56 +0200 Subject: [PATCH] [fix] remove infix --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 8c4597f..43e02a6 100644 --- a/__init__.py +++ b/__init__.py @@ -1439,7 +1439,7 @@ class ABC3D_OT_CreateFontFromObjects(bpy.types.Operator): print(f"processing {o.name}") process_object = True if self.autodetect_names: - font_name, face_name, input_infix = self.do_autodetect_names(o.name) + font_name, face_name = self.do_autodetect_names(o.name) if butils.is_mesh(o) and not butils.is_metrics_object(o): uc = o.users_collection