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>2019-07-07 05:40:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-07-07 05:40:04 +0300
commit3471f0a1616cf30ecaa6ceeb575c4ecd6d80208f (patch)
tree037d6a89b6ad7dc95e4d38fd42cff386aa343aac /object_fracture_cell/fracture_cell_setup.py
parent9bc7dad463845abc247502c366ea3c9f94e4ad4b (diff)
object_fracture_cell: Cleanup/minor changes
Changes to text/comments by @Gappy1, T61901
Diffstat (limited to 'object_fracture_cell/fracture_cell_setup.py')
-rw-r--r--object_fracture_cell/fracture_cell_setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/object_fracture_cell/fracture_cell_setup.py b/object_fracture_cell/fracture_cell_setup.py
index 83dab79b..6bd8937d 100644
--- a/object_fracture_cell/fracture_cell_setup.py
+++ b/object_fracture_cell/fracture_cell_setup.py
@@ -38,8 +38,8 @@ def _points_from_object(depsgraph, scene, obj, source):
'VERT_OWN', 'VERT_CHILD',
}
- print(source - _source_all)
- print(source)
+ # print(source - _source_all)
+ # print(source)
assert(len(source | _source_all) == len(_source_all))
assert(len(source))
@@ -249,7 +249,7 @@ def cell_fracture_objects(context, obj,
except RuntimeError:
import traceback
traceback.print_exc()
-
+ # Smooth faces will remain only inner faces, after appling boolean modifier.
if use_smooth_faces:
for bm_face in bm.faces:
bm_face.smooth = True