.bvh to .mcfunction file converter
.bvh file to .mcfunction converter Example video of it in action: https://www.youtube.com/watch?v=L2yVFUgoeBY This program lets you import armature animations into Minecraft by converting .bvh files into .mcfunction. Using programs like blender, you can export animations to .bvh which can be converted by this program into .mcfunction. See example.py for an example. There is a lot to write so it is recommended that you make a separate file to run the program. Python: Create a folder named ‘data’ in the same […]
Read more