Closed StjerneIdioten closed 4 years ago
Currently the conversion to GE coordinate system is done by hardcoding transform-matrices, when blender actually has an ExportHelper mixer class available than can generate this and make it easier and more dynamic across the exporter.
https://wiki.blender.org/wiki/Reference/Release_Notes/2.80/Python_API/Mesh_API
2737e8e896b9856295f06b17a4ed985e406e9f93 adds this feature
Currently the conversion to GE coordinate system is done by hardcoding transform-matrices, when blender actually has an ExportHelper mixer class available than can generate this and make it easier and more dynamic across the exporter.