cleanup
This commit is contained in:
parent
4730d981fe
commit
00e49d5056
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ def load_font_from_filepath(filepath):
|
||||||
for o in remove_list:
|
for o in remove_list:
|
||||||
bpy.data.objects.remove(o, do_unlink=True)
|
bpy.data.objects.remove(o, do_unlink=True)
|
||||||
print("removed",o)
|
print("removed",o)
|
||||||
print("butils:: should have been doing loading the fonts")
|
print(f"{__name__}: loaded fonts")
|
||||||
|
|
||||||
def getPreferences(context):
|
def getPreferences(context):
|
||||||
preferences = context.preferences
|
preferences = context.preferences
|
||||||
|
|
Loading…
Reference in a new issue