Blender Git Commits
Page: 2 / 2
July 8, 2021, 20:19 (GMT) |
Added the remaining classes, updated the python test files. Added the changes back to mesh test file. |
July 7, 2021, 13:39 (GMT) |
Small test file |
July 7, 2021, 13:16 (GMT) |
Added backward support for existing tests. - Added create_expected_object if it doesn't exist. - Added a counter condition for recusrion. - Added optional test_name in basemesh test. - Added code of previous MeshTest to SpecMeshTest. - Changed default value of apply_modifier(s) flag and do_compare flag. |
July 4, 2021, 19:51 (GMT) |
Merge branch 'master' into soc-2021-geometry-nodes-regression-test |
July 3, 2021, 08:47 (GMT) |
WIP: Saving work, Mesh Test Abstract class implementattion complete, updating to Win 11 |
July 1, 2021, 05:30 (GMT) |
Refactoring of mesh test in a new file: WIP |
June 28, 2021, 06:30 (GMT) |
Merge branch 'master' into soc-2021-geometry-nodes-regression-test |
June 18, 2021, 11:26 (GMT) |
Merge branch 'master' into soc-2021-geometry-nodes-regression-test |
June 17, 2021, 05:42 (GMT) |
Changes based on review by Habib Gahbiche Removed global variable FILE UPDATE COUNT, introduced a function run_test(). |
June 17, 2021, 05:36 (GMT) |
Removing unused functions for remove modifiers |
June 16, 2021, 10:45 (GMT) |
Removed unwanted return statements |
June 16, 2021, 08:21 (GMT) |
Alerted ctest with failed or pass Added a global file count base condition, in case of failure recursion. Added exit condition for errors. |
June 15, 2021, 18:00 (GMT) |
Merge branch 'master' into soc-2021-geometry-nodes-regression-test |
June 15, 2021, 17:58 (GMT) |
Changes based on review by Jacques Lucke |
June 15, 2021, 11:26 (GMT) |
Created a script for running blend file with pre-loaded modifier Added a loop to add each category geo_node tests Each geometry node test is an individual test. It can be run separately by ctest command. For example ctest -R geo_node_mesh This will run all mesh tests. The extra overhead is each test adds to the total tests. Updated the script, adding support for cmd arguments Added exception errors for try except, formatting, adding comments Improved the workflow, updated error messages. Re-running of the test after BLENDER_TEST_UPDATE. Merge branch 'geo-node-testing' into soc-2021-geometry-nodes-regression-test Differential Revision: https://developer.blender.org/D11611 |
June 15, 2021, 07:48 (GMT) |
Updated the script, adding support for cmd arguments Added exception errors for try except, formatting, adding comments Improved the workflow, updated error messages. Re-running of the test after BLENDER_TEST_UPDATE. |
June 11, 2021, 10:52 (GMT) |
Added a loop to add each category geo_node tests Each geometry node test is an individual test. It can be run separately by ctest command. For example ctest -R geo_node_mesh This will run all mesh tests. The extra overhead is each test adds to the total tests. |
June 10, 2021, 10:59 (GMT) |
Created a script for running blend file with pre-loaded modifier |