Cleanup: delete comments with test index
Tests are not identified with indexes, so no need to maintain comments with indexes anymore Reviewed By: calra, mont29 Differential Revision: https://developer.blender.org/D10277
This commit is contained in:
@@ -580,7 +580,7 @@ class MeshTest:
|
||||
compare_success = (compare_result == 'Same')
|
||||
|
||||
# Also check if invalid geometry (which is never expected) had to be corrected...
|
||||
validation_success = evaluated_test_mesh.validate(verbose=True) == False
|
||||
validation_success = not evaluated_test_mesh.validate(verbose=True)
|
||||
|
||||
if compare_success and validation_success:
|
||||
if self.verbose:
|
||||
|
||||
Reference in New Issue
Block a user