Skip to content

Commit

Permalink
append comment
Browse files Browse the repository at this point in the history
  • Loading branch information
satabol committed Aug 13, 2023
1 parent f03eb72 commit 8cb4642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nodes/spatial/voronoi_on_solid_mk2.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def process(self):
new_outer_fragments = []
for solid, sites, inset in zip_long_repeat(*params):
#verts, edges, faces = voronoi_on_solid(solid, sites, do_clip=True, clipping=None)
# see more info: https://github.com/nortikin/sverchok/pull/4977
box = solid.BoundBox
clipping = 1
x_min, x_max = box.XMin - clipping, box.XMax + clipping
Expand Down

0 comments on commit 8cb4642

Please sign in to comment.