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>2015-09-01 14:12:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-09-01 14:12:58 +0300
commitae5de3a68c9f19c6443fdd76723933c13a4883a8 (patch)
tree89ad6fe2fca5ae6ef22ea77741b56d16f47ed476
parent58a098ef8be9af602de5d4b973f6076c3d517b56 (diff)
remove print left in by accident
-rw-r--r--object_print3d_utils/mesh_helpers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/object_print3d_utils/mesh_helpers.py b/object_print3d_utils/mesh_helpers.py
index 40659e2e..bc1869df 100644
--- a/object_print3d_utils/mesh_helpers.py
+++ b/object_print3d_utils/mesh_helpers.py
@@ -113,7 +113,6 @@ def bmesh_check_self_intersect_object(obj):
overlap = tree.overlap(tree)
faces_error = {i for i_pair in overlap for i in i_pair}
- print(faces_error)
return array.array('i', faces_error)