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-09-05 06:04:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-05 06:04:07 +0400
commit04cb99b42b0d49e6b075c39a1bfcee84dd85fa51 (patch)
tree700a64d4164cb9e1d8b6b70fdefa13f616c523e4 /object_fracture
parentcb43d89a378797e1a4a277198258678126061688 (diff)
replace tricky unicode chars for basic ascii.
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 f5de1d97..ba858589 100644
--- a/object_fracture/fracture_ops.py
+++ b/object_fracture/fracture_ops.py
@@ -224,7 +224,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…
+ # And disabling it does not seem to cause any problem...
# elif min(mesh_utils.edge_face_count(nmesh)) < 2: # Manifold check
# fault = 1