replace tricky unicode chars for basic ascii.

This commit is contained in:
Campbell Barton
2011-09-05 02:04:07 +00:00
parent cb43d89a37
commit 04cb99b42b
6 changed files with 12 additions and 10 deletions

View File

@ -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