mirror of
https://github.com/blender/blender-addons.git
synced 2025-08-20 13:22:58 +00:00
replace tricky unicode chars for basic ascii.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user