Blender Git Loki
Git Commits -> Revision 900b712
Revision 900b712 by Campbell Barton (master) September 18, 2018, 23:49 (GMT) |
UV Snap: minor uv-nearest optimizations - Pass in the snap distance (to avoid comparisons in the multi-object version). - Loop directly over BMLoop's (without using the iterator). - Use squared distance instead of manhattan. |
Commit Details:
Full Hash: 900b7127ebba9b5d5fc14799191fe746acf06b34
Parent Commit: e676628
Lines Changed: +38, -45