Blender Git Commit Log
Git Commits -> Revision 22686b4
Revision 22686b4 by Howard Trickey (soc-2020-io-performance) June 7, 2021, 03:16 (GMT) |
Export transform was wrongly calculated. Several mistakes fixed: Blender's axes convention was wrongly stated; the mat3_from_axis_conversion in C returns a transposed matrix, probably because it was copied from Python; the axis transformation wasn't properly applied to the location part of an object transform. |
Commit Details:
Full Hash: 22686b4ccf5ff249a3323232690cd605b1a5f53d
Parent Commit: 984ab47
Lines Changed: +21, -15