blender_bvh_addon_enhanced icon indicating copy to clipboard operation
blender_bvh_addon_enhanced copied to clipboard

Enhanced version of blender's bvh add-on with more settings supported. The bvh's rest pose should have the same handedness as the armature while could use a different up/forward definiton.

Results 1 blender_bvh_addon_enhanced issues
Sort by recently updated
recently updated
newest added

Here, spaces in the bone name are replaced with an underscore: https://github.com/walkoncross/blender_bvh_addon_enhanced/blob/0cabc066ec8756375b58eb78ba798a8f798cf256/io_anim_bvh_enhanced/import_bvh_enhanced.py#L152 However, this causes import errors on models with bone names that contain spaces (such as `headphone 1`) as...