blender/tests/python/modules
Hans Goudey 68000660d2 Tests: Add option to allow index changes for certain mesh comparison tests
Currently the mesh boolean code is producing a different index order on the latest
version of XCode on macOS. This is proving very difficult to investigate, and it's
preventing developers from spending time on more important things.

As a compromise for now, allow configuring certain geometry nodes tests to make
meshes with a different index order still pass the test. This can be done by adding
a boolean custom property with the name `allow_index_change` to the test object
and setting it to "True". Allow the index change on different platforms is unfortunate,
spending time on working on a replacement exact boolean algorithm is a more
valuable use of time currently.

After this commit lands, someone who can reproduce the failing test on their
computer should update tests to include that custom property as necessary.

Pull Request: https://projects.blender.org/blender/blender/pulls/123204
2024-06-14 14:50:26 +02:00
..
colored_print.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
global_report.py Tests: make reports summary HTML work with relative links 2024-01-26 17:04:22 +01:00
imbuf_test.py Render Tests: Separate difference of Color and Alpha 2024-01-25 10:04:16 +01:00
mesh_test.py Tests: Add option to allow index changes for certain mesh comparison tests 2024-06-14 14:50:26 +02:00
render_report.py Cleanup: remove unused variables 2024-03-21 10:11:54 +11:00
test_utils.py Revert changes from main commits that were merged into blender-v4.1-release 2024-02-19 15:59:59 +01:00