Blender Git Loki
Git Commits -> Revision 252c87b
Revision 252c87b by Habib Gahbiche (master) March 26, 2021, 15:15 (GMT) |
Compositor automated testing Added support for compositor tests. Compositor tests can be added, executed and viewed in a similar way to cycles and other render engines tests. Running test: `ctest -R compositor` Updating test: `BLENDER_TEST_UPDATE=1 ctest -R compositor` Viewing test results: typically saved under `build_folder/tests/compositor/report.html` Reviewed By: jbakker Differential Revision: https://developer.blender.org/D6334 |
Commit Details:
Full Hash: 252c87b9e87242a85a644da25edc739cf247d322
Parent Commit: 39ecf90
Committed By: Jeroen Bakker
Lines Changed: +94, -0
1 Added Path:
/tests/python/compositor_render_tests.py (+64, -0) (View)