summaryrefslogtreecommitdiffstats
path: root/libunity.py
diff options
context:
space:
mode:
Diffstat (limited to 'libunity.py')
-rw-r--r--libunity.py4
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