Written by Shoichi Okaniwa
Exporting FBX in ASCII Format Instead of Binary When exporting FBX files using the Python version of the FBX SDK, the default output is in binary format. I wanted to output in ASCII format, so I researched how to do this. I have placed the sample project here: https://github.com/segurvita/fbx_sdk_python_sample Referenced the Official C++ Sample Code I found a sample code on the following page of the official C++ documentation for saving scenes in ASCII format: Autodesk FBX 2017 ...