softcat477 / SMPL-to-FBX

Load SMPL in blender
MIT License
296 stars 30 forks source link

Save FBX as Binary format #6

Closed zhangsanfeng86 closed 2 years ago

zhangsanfeng86 commented 2 years ago

Hi @softcat477 Thanks for release code. How to save FBX as Binary format?

softcat477 commented 2 years ago

hey, as far as I remembered, ascii is hard-coded in fbxsdk. Maybe you can try go to their code and search for ascii and change it to binary

zhangsanfeng86 commented 2 years ago

thank you

tommyshelby4 commented 1 year ago

Could you mention where exactly we should edit the fbxsdk to get a binary version of the FBX file?

spthermo commented 11 months ago

Could you mention where exactly we should edit the fbxsdk to get a binary version of the FBX file?

In case you never found a solution, you need to change an if statement in the FbxCommon.py script. Just change ascii to binary and re-run the fbx exporter. Now you can import the new fbx file to blender.