Blender Git Loki
Git Commits -> Revision c249eb7
Revision c249eb7 by Howard Trickey (master) October 31, 2020, 21:21 (GMT) |
Fix new boolean performance bug. The code that decided to use a faster double version of plane side testing forgot to take an absolute value, so half the time the exact code was being used when it was unnecessary. |
Commit Details:
Full Hash: c249eb7a8d61e08b7564102a6a97c52ee7ce1595
Parent Commit: 64faa59
Lines Changed: +1, -1
1 Modified Path:
/source/blender/blenlib/intern/mesh_intersect.cc (+1, -1) (Diff)