godot-blender-exporter
godot-blender-exporter copied to clipboard
Test in Makefile fails in Blender 2.82 and 2.83
OS: Linux (Manjaro, Debian 9)
Godot version: 61dfeb1b35e45c77a3b80b3ee1c362b7af597681
Blender version: 1c3b2b5dd8cc2d321a2f4fe1fd75059de7c91dbc
Issue description: make failed, probably just an update of the reference files needed.
make output: make.log
Made a Pull Request: #345
Also happens in 2.82.
I haven't worked on this a while, but when I did this was caused by blender having different vertex iteration order on different blender versions. This is why the README contains:
Current regression tests use the daily build of Blender 2.8 from Blender official site and runs on ubuntu 16.04. If you run the tests with different Blender version or on different platforms, the output may slightly differ.
You can see what blender it uses by inspecting the test/install_blender.sh file
So I'm not sure this is usefully fixable.