EdyJ / blender-to-unity-fbx-exporter

FBX exporter addon for Blender compatible with Unity's coordinate and scaling system.
MIT License
947 stars 98 forks source link

Use a base fbx file to determine what settings to export the updated fbx file in blender. #38

Closed AraHaan closed 11 months ago

AraHaan commented 12 months ago

I have a problem where I am working on an VRChat avatar that I just so happened to have downloaded and worked on some customizations to it to:

Due to the above, it would be great if I could then tell the exporter "Use the original fbx file that will be overwritten on export to provide the very options that I need for the export." Also simple mesh merging should not require armature changes?

EdyJ commented 11 months ago

Due to the above, it would be great if I could then tell the exporter "Use the original fbx file that will be overwritten on export to provide the very options that I need for the export." Also simple mesh merging should not require armature changes?

Unfortunately, the exported FBX file doesn't store any of the options used during the export, so they cannot be recovered afterwards. Even if there were some way to store custom data in the exported FBX file, reading the file before exporting just to recover such data is way beyond the scope of this exporter.