Closed zhangsanfeng86 closed 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
thank you
Could you mention where exactly we should edit the fbxsdk to get a binary version of the FBX file?
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.
Hi @softcat477 Thanks for release code. How to save FBX as Binary format?