22 lines
501 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: BVH相关
date: 2024-01-07 12:33:20
excerpt:
tags:
rating: ⭐
---
# BVH库
- c++
- https://github.com/BartekkPL/bvh-parser
- Maya
- https://github.com/jhoolmans/mayaImporterBVH
```python
import bvh_importer
bvh_importer.BVHImporterDialog()
```
# Blender FBX => BVH
>因为Blender轴向与FBX不同。所以通过Blender导入FBX再导出BHV到Maya结果是错的。
**Blender需要导出YZX轴向BVH导入Maya后结果才正确。** 之后还需要手动将根骨骼改成root。