Re-enable modifer and bmesh_boolean tests.
These were disabled in the newboolean merge commit. This commit renables them, using the original 'FAST' solver so that the result objects need not change. A TODO to add more tests using the 'EXACT' solver, though most functionality there is now covered by unit gtests.
This commit is contained in:
@@ -46,7 +46,7 @@ def get_generate_modifiers_list(test_object_name, randomize=False):
|
||||
generate_modifiers = [
|
||||
ModifierSpec('array', 'ARRAY', {}),
|
||||
ModifierSpec('bevel', 'BEVEL', {'width': 0.1}),
|
||||
ModifierSpec('boolean', 'BOOLEAN', {'object': boolean_test_object}),
|
||||
ModifierSpec('boolean', 'BOOLEAN', {'object': boolean_test_object, 'solver': 'FAST'}),
|
||||
ModifierSpec('build', 'BUILD', {'frame_start': 0, 'frame_duration': 1}),
|
||||
ModifierSpec('decimate', 'DECIMATE', {}),
|
||||
ModifierSpec('edge split', 'EDGE_SPLIT', {}),
|
||||
|
||||
Reference in New Issue
Block a user