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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendon Murphy <meta.androcto1@gmail.com>2010-07-13 12:24:38 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2010-07-13 12:24:38 +0400
commit77d4c7b0b06c6788fe4775f875c805c8f374f488 (patch)
tree684e8caffdaefd82b2051d7300f6c822cc83a049
parent2afc158e68486909a86b64e607a80e52626d92bf (diff)
fix error that broke the script.
-rw-r--r--fracture/fracture_ops.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/fracture/fracture_ops.py b/fracture/fracture_ops.py
index 558c2292..c6043b8e 100644
--- a/fracture/fracture_ops.py
+++ b/fracture/fracture_ops.py
@@ -36,9 +36,6 @@ def create_cutter(context, crack_type, scale, roughness):
False, False, False, False,
False, False, False, False,
False, False, False, False,
- False, False, False, False,
- False, False, False, False,
- False, False, False, False,
False, False, False, False))
for v in context.scene.objects.active.data.verts: