Commit: 098be40b53fa8bcf9fcae6d2c77e949873340602
Author: Himanshi Kalra
Date: Wed Dec 16 12:53:31 2020 +0530
Branches: soc-2020-testing-frameworks
https://developer.blender.org/rB098be40b53fa8bcf9fcae6d2c77e949873340602
Removed unused variable modifier_copy
===================================================================
M tests/python/modules/mesh_test.py
===================================================================
diff --git a/tests/python/modules/mesh_test.py
b/tests/python/modules/mesh_test.py
index 1aa6aac80bf..6671918a206 100644
--- a/tests/python/modules/mesh_test.py
+++ b/tests/python/modules/mesh_test.py
@@ -320,9 +320,8 @@ class MeshTest:
Wrapper for _set_parameters_util
"""
settings = []
- modifier_copy = modifier
modifier_name = modifier.name
- self._set_parameters_impl(modifier_copy, modifier_parameters,
settings, modifier_name)
+ self._set_parameters_impl(modifier, modifier_parameters, settings,
modifier_name)
def _add_modifier(self, test_object, modifier_spec: ModifierSpec):
"""
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs