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:
authorCampbell Barton <ideasman42@gmail.com>2011-05-26 11:47:44 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-26 11:47:44 +0400
commitde95cf99c641fed6c5aa7cb394ae71d4206b1638 (patch)
treeb3e8eb323c94f25b442420e1ab71f67a1061ba9e /object_fracture
parent3cfcf840e0e8a903fc49f74cace3c42038e80829 (diff)
update for api changes in blender
Diffstat (limited to 'object_fracture')
-rw-r--r--object_fracture/fracture_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_fracture/fracture_ops.py b/object_fracture/fracture_ops.py
index 0cf225d7..c7a84279 100644
--- a/object_fracture/fracture_ops.py
+++ b/object_fracture/fracture_ops.py
@@ -231,7 +231,7 @@ def boolop(ob, cutter, op):
# This checks whether returned shards are non-manifold.
# Problem is, if org mesh is non-manifold, it will always fail (e.g. with Suzanne).
# And disabling it does not seem to cause any problem…
-# elif min(nmesh.edge_face_count) < 2: # Manifold check
+# elif min(mesh_utils.edge_face_count(nmesh)) < 2: # Manifold check
# fault = 1
if not fault: