clearer instructions

This commit is contained in:
themancalledjakob 2024-08-14 14:06:17 +02:00
parent 0bf80e01b2
commit c06f5643a5

View file

@ -288,7 +288,7 @@ class ABC3D_PT_LoadFontPanel(bpy.types.Panel):
layout.label(text="Install FontFile:") layout.label(text="Install FontFile:")
layout.row().prop(abc3d, "font_path") layout.row().prop(abc3d, "font_path")
layout.row().operator(f"{__name__}.loadfont", text='Load Font') layout.row().operator(f"{__name__}.loadfont", text='Install and load Font')
class ABC3D_PT_FontList(bpy.types.Panel): class ABC3D_PT_FontList(bpy.types.Panel):