From 3059967c75a41ed79b40ed3f84adbb874b0c3a33 Mon Sep 17 00:00:00 2001 From: yum Date: Sat, 15 Oct 2022 16:48:52 -0700 Subject: Fix animations: renamed prefab from CustomSTT to TaSTT Also: * Check in toggle on/off animations * Add toggle parameter * libunity bug: getUniqueId() was calling allocateId() incorrectly * Remove osc_ctrl `client` global * Fix transcribe.py text encoding --- libunity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libunity.py') diff --git a/libunity.py b/libunity.py index 1ae4f9b..9d7fac0 100644 --- a/libunity.py +++ b/libunity.py @@ -421,7 +421,7 @@ class UnityAnimator(): if anchor in self.id_mapping.keys(): return self.id_mapping[anchor] - new_id = allocateId(classId(anchor)) + new_id = self.allocateId(classId(anchor)) self.id_mapping[anchor] = new_id return new_id -- cgit v1.2.3