reshuffle and simplify

This commit is contained in:
jrkb 2025-05-13 15:49:45 +02:00
parent 21480ee371
commit 5c79c7e06e

View file

@ -528,17 +528,12 @@ class ABC3D_PT_FontCreation(bpy.types.Panel):
abc3d_data = scene.abc3d_data abc3d_data = scene.abc3d_data
layout.row().operator( layout.row().operator(
f"{__name__}.create_font_from_objects", text='Create/Extend Font') f"{__name__}.toggle_abc3d_collection", text="Toggle Collection"
box = layout.box() )
box.row().label(text="Exporting a fontfile")
box.row().label(text="1. Select export directory:")
box.prop(abc3d_data, 'export_dir')
box.row().label(text="2. More options and export:")
box.row().operator(f"{__name__}.save_font_to_file",
text='Export Font To File')
layout.row().operator( layout.row().operator(
f"{__name__}.toggle_abc3d_collection", text='Toggle Collection') f"{__name__}.create_font_from_objects", text="Create/Extend Font"
)
layout.row().operator(f"{__name__}.save_font_to_file", text="Export Font To File")
box = layout.box() box = layout.box()
box.label(text="metrics") box.label(text="metrics")
box.row().operator( box.row().operator(