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 --- dev_cheatsheat.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'dev_cheatsheat.txt') diff --git a/dev_cheatsheat.txt b/dev_cheatsheat.txt index 50f0241..e23b8cc 100644 --- a/dev_cheatsheat.txt +++ b/dev_cheatsheat.txt @@ -6,3 +6,14 @@ Combining TaSTT_fx with a normal animator ./libunity.py guid_map --project_root=$(cd ..; pwd) --save_to guid.map ./libunity.py add_toggle --fx0 tst_fx_1.controller > tst_fx_2.controller ./libunity.py set_noop_anim --fx0 tst_fx_2.controller --guid_map guid.map > tst_fx_3.controller + +date +rm -rf generated/animations +./libunity.py guid_map --project_root=$(cd ..; pwd) --save_to guid.map +./libtastt.py gen_anims +./libtastt.py gen_fx > TaSTT_fx.controller +./libunity.py merge --fx0 ../FXGeneric.controller --fx1 ../FXSpecific.controller > FX0.controller +./libunity.py add_toggle --fx0 FX0.controller > FX1.controller +./libunity.py merge --fx0 FX1.controller --fx1 TaSTT_fx.controller > FX2.controller +./libunity.py set_noop_anim --fx0 FX2.controller --guid_map guid.map > FX3.controller +date -- cgit v1.2.3