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

Switch to unified view

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