from fbx import *

# Create
manager = FbxManager.Create()
scene = FbxScene.Create(manager, "fbxScene")
bvh_path = "test.bvh"
fbx_path = "sample.fbx"


import FbxCommon
result = FbxCommon.LoadScene(manager,scene,bvh_path)
result = FbxCommon.SaveScene(manager,scene,fbx_path,0)

scene.Destroy()
manager.Destroy()

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐