NMSDK has updated v0.9.21
Notes:
Despite the large amount of time for this release it feels like there isn’t too much in it, but with a diff of +1000 lines of code I must have written something new… right???
Mostly there has been lost of overhauling of the code on the backed. Cleaning things up, fixing for Blender 2.82 compatibility, as well as game version compatibility.
I have also added a new system for adding objects to the scene as well as how scenes are handled to try and avoid the 90 degree rotation issue when exporting models. There may still be some issues with this but I needed to get this version out in the wild since the old version was pretty much completely lacking support for importing or exporting models from the current game version.
One big change that is part of this is the ability to import a model from the game, move stuff around and add new references and such and then export in a seamless fashion. This will not write a new geometry file (so modifying meshes won’t have any effect), but you can modify a vanilla scene to your liking then re-export and immediately use it in the game. Hopefully people will find this useful!