Blender Git Commit Log
Git Commits -> Revision 59794a8
Revision 59794a8 by Howard Trickey (temp-lanpr-staging) September 12, 2019, 01:13 (GMT) |
Fix two bugs in delaunay blenlib function. Bugs were: (1) needed an epsilon test in CCW test in order to handle new costraint edge that intersects an existing point but only within epsilon; (2) the "valid bmesh" output mode sometimes left a face that included outside frame point. |
Commit Details:
Full Hash: 59794a82cc1aba6976f387428178e20eecc9bfd2
Parent Commit: 74c447d
Committed By: YimingWu
Lines Changed: +56, -17