remove print

This commit is contained in:
jrkb 2025-05-18 18:46:20 +02:00
parent 093d0813af
commit 6c3ad47cb6

View file

@ -1074,7 +1074,6 @@ def set_text_on_curve(text_properties, reset_timeout_s=0.1, reset_depsgraph_n=4)
############### PREPARE FOR THE NEXT ############### PREPARE FOR THE NEXT
print(f"{glyph_id}: {glyph_properties.letter_spacing=}")
glyph_advance = ( glyph_advance = (
glyph_post_advance * scalor + text_properties.letter_spacing + glyph_properties.letter_spacing glyph_post_advance * scalor + text_properties.letter_spacing + glyph_properties.letter_spacing
) )