From 3f7c294a950ecdc5491c57c4ee7916bb87de4d6a Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Tue, 12 Jan 2021 23:54:46 -0600 Subject: Mix modifiers test after commit to bevel modifier defaults {rB6b5e4ad5899d} neglected to update the modifier tests to reflect the fact that the default limit method is no longer "NONE". --- tests/python/modifiers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/python/modifiers.py b/tests/python/modifiers.py index 10393a0f493..09de29df401 100644 --- a/tests/python/modifiers.py +++ b/tests/python/modifiers.py @@ -45,7 +45,7 @@ def get_generate_modifiers_list(test_object_name, randomize=False): generate_modifiers = [ ModifierSpec('array', 'ARRAY', {}), - ModifierSpec('bevel', 'BEVEL', {'width': 0.1}), + ModifierSpec('bevel', 'BEVEL', {'width': 0.1, 'limit_method': 'NONE'}), ModifierSpec('boolean', 'BOOLEAN', {'object': boolean_test_object, 'solver': 'FAST'}), ModifierSpec('build', 'BUILD', {'frame_start': 1, 'frame_duration': 1}, 2), ModifierSpec('decimate', 'DECIMATE', {}), @@ -284,7 +284,7 @@ def main(): [ModifierSpec('array', 'ARRAY', {})]), MeshTest("CurveBevel", "testObjBezierCurveBevel", "expObjBezierCurveBevel", - [ModifierSpec('bevel', 'BEVEL', {})]), + [ModifierSpec('bevel', 'BEVEL', {'limit_method': 'NONE'})]), MeshTest("CurveBuild", "testObjBezierCurveBuild", "expObjBezierCurveBuild", [ModifierSpec('build', 'BUILD', {'frame_start': 1, 'frame_duration': 1}, 2)]), -- cgit v1.2.3