Blender Git Commit Log
Git Commits -> Revision b380a98
Revision b380a98 by Howard Trickey (master) September 7, 2019, 15:01 (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: b380a98887b675ba6c8b238dcb470d2bf3440d91
Parent Commit: 0b2d1ba
Lines Changed: +56, -17