diff options
| author | yum <yum.food.vr@gmail.com> | 2022-11-05 21:12:35 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-11-05 21:12:35 -0700 |
| commit | 3a123fb5cabdbdef4f1b98031ec90c42e1d6e911 (patch) | |
| tree | 9804020717210050526f0c6606e700307b6ef550 /libtastt.py | |
| parent | 9b27108a93b2093a348a17e2d354f9cdd240693c (diff) | |
Fix clear animation
Also adjust letter positioning to avoid clipping.
Diffstat (limited to 'libtastt.py')
| -rw-r--r-- | libtastt.py | 3 |
1 files changed, 1 insertions, 2 deletions
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): |
