OlafHaag / bvh-toolbox

Scripts for manipulating and converting BVH files.
MIT License
91 stars 16 forks source link
animation bvh-files cal3d converts-bvh csv panda3d skeleton-joints

This repository provides Python3 scripts for manipulating and converting BVH motion capture files.

Latest version on PyPI Test Python package

Installation

Console scripts

Manipulate BVH files

Rename joints in bvh files

Remove frames from BVH files

Offset joint angles in BVH files

Convert from or to BVH files

BVH to Cal3D XSF & XAF

BVH to Panda3D Egg animation file

BVH to CSV tables

CSV tables to BVH

All converters have a --scale parameter taking a float as an argument. You can use it to convert between units for the position and offset values.

How to run the console batch scripts

Notes

This package includes 20tabs' bvh module due to a lack of updates for this module on pypi.org.