blender 静置姿态 设置

目录

自动 T-pose

blender静置姿势旋转180度

blender打开bvh时,属性,姿态,姿态位置数据正常,可以播放

把姿态位置设置为静置位置

这个确实可以设置新的静置位置,设置完了以后,原来的动作就变形了。


自动 T-pose

https://github.com/Diffeomorphic/retarget-bvh/blob/201d6f92c73a1af2837bd498ac5e1d86ef3a9756/t_pose.py

blender静置姿势旋转180度

import mathutils

if __name__ == '__main__':

    bvh_file = r"C:\Users\banggeng_li\Documents\test_kemu3_yup.bvh"
    output_file = bvh_file[:-4] + "_tmp.bvh"


    bpy.ops.ob

你可能感兴趣的:(aigc与数字人,python宝典,blender)