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

Blender 2.83, error when trying to export sometimes (may be linked to export the same file more than 2 times) #7

Closed 990xan closed 3 years ago

990xan commented 3 years ago

https://hatebin.com/rpektbnddk

EdyJ commented 3 years ago

I've experienced this issue sometimes as well, but it's not consistent. It seems to do with the context Blender is at when exporting the file, and then it gets stuck at that state no matter what the user does. Restarting Blender, reloading the file, and maybe re-installing the add-on seems to resolve the problem.

EdyJ commented 3 years ago

I've fixed how Undo is managed internally by the plugin, so this might be resolved as well (maybe undo left the scene in some undefined state)