diff options
| author | yum <yum.food.vr@gmail.com> | 2022-10-23 19:48:34 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-10-23 19:48:34 -0700 |
| commit | 17ace0cb4ef65bda17dd36630da18dedaa8797b5 (patch) | |
| tree | e3e1bdfe333044a0a84dc80010089293c90bf3f3 /osc_ctrl.py | |
| parent | 0add404dee8124ec1d710416e5827ccef04bc00c (diff) | |
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
Diffstat (limited to 'osc_ctrl.py')
| -rw-r--r-- | osc_ctrl.py | 1 |
1 files changed, 1 insertions, 0 deletions
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() + |
