diff --git a/butils.py b/butils.py index 1ebdfe4..f4cc62d 100644 --- a/butils.py +++ b/butils.py @@ -411,7 +411,7 @@ def load_font_from_filepath(filepath): for o in remove_list: bpy.data.objects.remove(o, do_unlink=True) print("removed",o) - print("butils:: should have been doing loading the fonts") + print(f"{__name__}: loaded fonts") def getPreferences(context): preferences = context.preferences