Diff of /app/scratch/bvh2any.py [000000] .. [4de1c7]

Switch to side-by-side view

--- a
+++ b/app/scratch/bvh2any.py
@@ -0,0 +1,5 @@
+from AnyWriter import AnyWriter
+from resources.pymo.pymo.parsers import BVHParser as Pymo_BVHParser
+
+any_writer = AnyWriter(template_directory='../config/anybody_templates/', output_directory='../../output/Anybody/')
+any_writer.write(Pymo_BVHParser().parse('../../output/BVH/LeapRecord.bvh'))