Skip to content

dytan/fbxsdk_py3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FBX Python SDK

[Linux/Win] fbxsdk_python

  • build from source
pip --verbose install fbxsdkpy --extra-index-url https://gitlab.inria.fr/api/v4/projects/18692/packages/pypi/simple
  • refer to build-fbx-python-sdk-for-windows
  • 下载目标fbxsdk版本 及bindings fbx-sdk-archives
    • windows 注意对应vs版本
    • 准备sip, 版本sip-4.19.3
  • 安装相应的visual studio版本
    • 'Visual Studio xxx Developer Command Prompt' 窗口内执行编译, 检查相应python路径
    • 设置 FBXSDK_ROOT, FBXSDK_LIBS_64, SIP_ROOT 环境变量
    • 执行编译命名, 类似 'python PythonBindings.py Python3_x64 buildsip'
  • issue
    • LINK : fatal error LNK1181: 无法打开输入文件“pythonxxx.lib”
      • 检查 sip/configure.py 中的 'plat_py_lib_dir' 是否正确
    • pythonxxx.lib(pythonxxx.dll) : fatal error LNK1112: 模块计算机类型“x64”与目标计算机类型“x86”冲突
      • vs developer command prompt 版本不对

About

fbxsdk python wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages