From 3e64c05c9f0b67e9ec1ae71153012ce9f29277ad Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 11 Oct 2022 18:59:24 -0700 Subject: 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 --- libunity.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libunity.py (limited to 'libunity.py') diff --git a/libunity.py b/libunity.py new file mode 100644 index 0000000..897518f --- /dev/null +++ b/libunity.py @@ -0,0 +1,4 @@ +# Merge two FX layers. +# fx0, fx1 are both paths to animators. +def mergeFX(fx0, fx1): + pass -- cgit v1.2.3