This commit is contained in:
themancalledjakob 2024-08-05 12:54:01 +02:00
parent 4730d981fe
commit 00e49d5056

View file

@ -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