Blender Git Loki
Git Commits -> Revision 2d252b6
Revision 2d252b6 by Campbell Barton (master) February 10, 2021, 21:35 (GMT) |
Fix T85508: UV select overlap fails on identical faces The triangle overlap test failed for exactly overlapping triangles. When none of the segments intersect, testing a if a single corner is inside the other triangle fails when the triangles share UV coordinates. Resolve by comparing the triangle centers. |
Commit Details:
Full Hash: 2d252b6d26f90f81f2a2dc7a3031c407dc8a643c
Parent Commit: 4719836
Lines Changed: +46, -18
1 Modified Path:
/source/blender/editors/uvedit/uvedit_select.c (+46, -18) (Diff)