[fix] remove infix
This commit is contained in:
parent
a3c7172573
commit
f41808adc3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue