summaryrefslogtreecommitdiffstats
path: root/generate_utils.py
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2022-10-15 16:48:52 -0700
committeryum <yum.food.vr@gmail.com>2022-10-15 17:47:05 -0700
commit3059967c75a41ed79b40ed3f84adbb874b0c3a33 (patch)
tree6af7d2001a4b8d99ce6d58543d9988d727288845 /generate_utils.py
parentc35d06f5eef2618287cda2c978dcf97d9fc5f319 (diff)
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
Diffstat (limited to 'generate_utils.py')
-rw-r--r--generate_utils.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/generate_utils.py b/generate_utils.py
index 68301fa..87e8e4f 100644
--- a/generate_utils.py
+++ b/generate_utils.py
@@ -42,6 +42,9 @@ def getHipToggleParam():
def getHandToggleParam():
return "TaSTT_Hand_Toggle"
+def getToggleParam():
+ return "TaSTT_Toggle"
+
# Each layer controls a group of cells. There's only one letter per layer, thus
# this is also the name of the parameter which sets the letter for a layer.
def getLayerParam(which_layer):