Blender Git Loki
Git Commits -> Revision 46da8e9
Revision 46da8e9 by Howard Trickey (master) November 7, 2020, 14:02 (GMT) |
Fix T82301, exact boolean fail on cube with bump. The code for determining coplanar clusters had a bug where it would miss some triangles. The fix for now is to just put triangles in the cluster if their bounding boxes overlap. This works but maybe makes clusters bigger then they have to be. I'll follow this commit with work on making the CDT routine faster when using exact arithmetic. Also removed a lot of unused code, and added some new intersect performance tests. |
Commit Details:
Full Hash: 46da8e9eb9587292b691ea07978eb8f2427c3518
Parent Commit: d7b0ec9
Lines Changed: +102, -444