Blender Git Loki
Git Commits -> Revision 5197aa0
Revision 5197aa0 by Antonis Ryakiotakis (master) April 9, 2015, 14:12 (GMT) |
Fix part of T44320 selecting islands can fail. Issue here is simple and has been fixed in other places such as texpainting: Basically if face has different winding, do not calculate it as adjucent to the other face, even if UV is identical. This allows us to stack islands of symmetrical closed meshes on top of one another and still be able to select the two identical island halfs (provided the normals are correct of course). |
Commit Details:
Full Hash: 5197aa04c6bd0197b82c0266eb291ac185c4eeea
Parent Commit: d687428
Lines Changed: +61, -25