Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/tests')
-rw-r--r--source/tests/bl_run_operators.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/tests/bl_run_operators.py b/source/tests/bl_run_operators.py
index f1f21d3bd71..668b4e69228 100644
--- a/source/tests/bl_run_operators.py
+++ b/source/tests/bl_run_operators.py
@@ -113,11 +113,6 @@ def ctx_editmode_mball():
bpy.ops.object.mode_set(mode='EDIT')
-def ctx_editmode_mball():
- bpy.ops.object.metaball_add()
- bpy.ops.object.mode_set(mode='EDIT')
-
-
def ctx_editmode_text():
bpy.ops.object.text_add()
bpy.ops.object.mode_set(mode='EDIT')