From 6c3ad47cb6f869d9fcb4e6ce35ba24df821ef943 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Sun, 18 May 2025 18:46:20 +0200 Subject: [PATCH] remove print --- butils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/butils.py b/butils.py index 2e22b05..fbb48b0 100644 --- a/butils.py +++ b/butils.py @@ -1074,7 +1074,6 @@ def set_text_on_curve(text_properties, reset_timeout_s=0.1, reset_depsgraph_n=4) ############### PREPARE FOR THE NEXT - print(f"{glyph_id}: {glyph_properties.letter_spacing=}") glyph_advance = ( glyph_post_advance * scalor + text_properties.letter_spacing + glyph_properties.letter_spacing )