better notices
This commit is contained in:
parent
335ab1face
commit
513497d492
1 changed files with 1 additions and 1 deletions
|
@ -1614,7 +1614,7 @@ class ABC3D_OT_SaveFontToFile(bpy.types.Operator):
|
|||
return None
|
||||
|
||||
bpy.app.timers.register(lambda: remove_faces(), first_interval=2)
|
||||
self.report({"INFO"}, "did it")
|
||||
self.report({"INFO"}, f"{utils.prefix()}::save_font_to_file done")
|
||||
|
||||
return {"FINISHED"}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue