From de95cf99c641fed6c5aa7cb394ae71d4206b1638 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 26 May 2011 07:47:44 +0000 Subject: update for api changes in blender --- object_fracture/fracture_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object_fracture') 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: -- cgit v1.2.3