From 17ace0cb4ef65bda17dd36630da18dedaa8797b5 Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 23 Oct 2022 19:48:34 -0700 Subject: Rewrite FX and animation generators * Fix bug where facial animations cause already-written letters to change (!!!) * Add libtastt.py to hold abstractions layered over libunity * Fix * libunity: Fix bug where integer equality state transition conditions ignored the threshold * libunity: Support placing animator states at different positions --- osc_ctrl.py | 1 + 1 file changed, 1 insertion(+) (limited to 'osc_ctrl.py') diff --git a/osc_ctrl.py b/osc_ctrl.py index 5b4b3f6..14f4ba5 100644 --- a/osc_ctrl.py +++ b/osc_ctrl.py @@ -331,3 +331,4 @@ if __name__ == "__main__": while not sendMessageLazy(client, line, tx_state): continue clear() + -- cgit v1.2.3