clearer instructions
This commit is contained in:
parent
0bf80e01b2
commit
c06f5643a5
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue