Blender Git Loki
Git Commits -> Revision 3fdc04d
Revision 3fdc04d by Howard Trickey (master) January 13, 2020, 12:11 (GMT) |
Accepting patch D5357: Modifiers and operators automated testing. Patch from Habib Gahbiche (zazizizou) moves the "run operator and compare mesh to a golden" paradigm used in bevel and boolean tests into a general framework that separates the test specs from the blend files. Then adds some other operator and modifier tests using the new framework. Diff D5357.id20724.diff was applied. New .blend files, modifiers.blend and operators.blend are needed in the tests/modeling svn directory; those were separately committed. |
Commit Details:
Full Hash: 3fdc04d3ee0ae459eebb33dede58abab20a2c1d4
Parent Commit: a60606e
Lines Changed: +1100, -2
5 Added Paths:
/tests/python/bevel_operator.py (+184, -0) (View)
/tests/python/boolean_operator.py (+68, -0) (View)
/tests/python/modifiers.py (+156, -0) (View)
/tests/python/modules/mesh_test.py (+495, -0) (View)
/tests/python/operators.py (+172, -0) (View)
/tests/python/boolean_operator.py (+68, -0) (View)
/tests/python/modifiers.py (+156, -0) (View)
/tests/python/modules/mesh_test.py (+495, -0) (View)
/tests/python/operators.py (+172, -0) (View)
1 Modified Path:
/tests/python/CMakeLists.txt (+25, -2) (Diff)