How to create a human walking movement in Blender using BVH file?
2023-1-29 04:14:10 Author: acassis.wordpress.com(查看原文) 阅读量:21 收藏

I was looking for some way to create a human walking in Blender and fortunately found this nice video tutorial:

I needed to modify the retarget python script because after python 3.10 float to int conversion is not automatic anymore, so you need to do it too.

vi .config/blender/3.0/scripts/addons/retarget-bvh/retarget.py

And add int() casting:

scn.frame_current = int(frames[0])

and here:

scn.frame_set(int(frame))

文章来源: https://acassis.wordpress.com/2023/01/28/how-to-create-a-human-walking-movement-in-blender-using-bvh-file/
如有侵权请联系:admin#unsafe.sh