summaryrefslogtreecommitdiffstats
path: root/generate_utils.py
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2022-10-11 18:59:24 -0700
committeryum <yum.food.vr@gmail.com>2022-10-11 18:59:24 -0700
commit3e64c05c9f0b67e9ec1ae71153012ce9f29277ad (patch)
tree3db220039fc68805807c6e2b7267cf5420c3df11 /generate_utils.py
parent6daa4e6d9aec98d1a99774b967fafb1bb2d58e57 (diff)
Add ability to leave board in world
* Add VRLabs' World Constraint as a submodule * Add animations for world constraint * Add toggles for board * Add libunity.py (no content yet) * Support >30s transcription * Add board FBX
Diffstat (limited to 'generate_utils.py')
-rw-r--r--generate_utils.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/generate_utils.py b/generate_utils.py
index a30b967..68301fa 100644
--- a/generate_utils.py
+++ b/generate_utils.py
@@ -36,6 +36,12 @@ def getResize0Param():
def getResize1Param():
return "TaSTT_Resize_1"
+def getHipToggleParam():
+ return "TaSTT_Hip_Toggle"
+
+def getHandToggleParam():
+ return "TaSTT_Hand_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):