From 3a123fb5cabdbdef4f1b98031ec90c42e1d6e911 Mon Sep 17 00:00:00 2001 From: yum Date: Sat, 5 Nov 2022 21:12:35 -0700 Subject: Fix clear animation Also adjust letter positioning to avoid clipping. --- libtastt.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libtastt.py') diff --git a/libtastt.py b/libtastt.py index 46f2515..f580c1e 100644 --- a/libtastt.py +++ b/libtastt.py @@ -163,8 +163,7 @@ def generateClearAnimation(anim_dir, guid_map): anim_clip.mapping['m_FloatCurves'].sequence = [] anim_clip.mapping['m_EditorCurves'].sequence = [] - encoding = osc_ctrl.generateEncoding() - letter = encoding[' '] + letter = 0 for byte in range(0, generate_utils.BYTES_PER_CHAR): for row in range(0, generate_utils.BOARD_ROWS): -- cgit v1.2.3