FXTD-ODYSSEY / renderdoc2fbx

renderdoc python extension for exporting FBX file
MIT License
209 stars 51 forks source link

exports corrupt fbx in ascii format #9

Open XDM-Inc opened 2 years ago

XDM-Inc commented 2 years ago

after playing around with renderdoc i got a popup to export but no app can understand the fbx, 1 because its in ascii and not binary format and the other is because the ascii is corrupt somewhere and no app wants to convert it

mikeseese commented 1 year ago

Apparently you can use the Autodesk FBX converter to get a valid FBX that Blender will read (probably other tools too): https://www.autodesk.com/developer-network/platform-technologies/fbx-converter-archives

XDM-Inc commented 1 year ago

Apparently you can use the Autodesk FBX converter to get a valid FBX that Blender will read (probably other tools too): https://www.autodesk.com/developer-network/platform-technologies/fbx-converter-archives

Nope, that tool can't understand it either. All it does is pump out a corrupted 1kb file

mikeseese commented 1 year ago

It worked for my meshes 🤷It is an old tool, and seems like an old format so I'm sure mileage may vary.