[fix] remove infix

This commit is contained in:
jrkb 2025-05-13 16:27:56 +02:00
parent a3c7172573
commit f41808adc3

View file

@ -1439,7 +1439,7 @@ class ABC3D_OT_CreateFontFromObjects(bpy.types.Operator):
print(f"processing {o.name}") print(f"processing {o.name}")
process_object = True process_object = True
if self.autodetect_names: 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): if butils.is_mesh(o) and not butils.is_metrics_object(o):
uc = o.users_collection uc = o.users_collection