This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Howard Trickey 5f71b1edd5 Delaunay add support for detecting and removing holes from output.
Adds two new output modes to the CDT api which detect and remove
holes. A hole is a face from which a ray shot to the outside
intersects an even number of constraint edges, except we don't
count constraint edges in the same connected region of faces,
where a region is connected via non-constraint edges.

These modes are useful for filling in outlines meant to represent
text characters and the like.

Original patch was from Erik Abrahamsson, modified by me to work
with the "valid Bmesh" output type too. I also added tests
for the new modes.
2021-06-20 20:57:22 -04:00
..
2021-03-29 19:11:17 -06:00
2021-04-11 13:09:27 +10:00
2021-06-15 10:26:31 +02:00
2021-06-18 14:41:24 +10:00
2021-06-18 16:33:02 -05:00
2021-06-20 13:12:27 +10:00
2021-06-18 14:41:24 +10:00
2021-06-19 05:07:00 +02:00