diff options
| author | yum <yum.food.vr@gmail.com> | 2022-10-11 18:59:24 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-10-11 18:59:24 -0700 |
| commit | 3e64c05c9f0b67e9ec1ae71153012ce9f29277ad (patch) | |
| tree | 3db220039fc68805807c6e2b7267cf5420c3df11 /libunity.py | |
| parent | 6daa4e6d9aec98d1a99774b967fafb1bb2d58e57 (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 'libunity.py')
| -rw-r--r-- | libunity.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
