Blender Git Loki
Git Commits -> Revision 1966924
Revision 1966924 by Campbell Barton (master) March 12, 2018, 02:54 (GMT) |
UV: internal changes to picking Nothing user visible, only things needed for multi-object support, making picking functions more flexible too. - Support passing in an initialized hit-struct, so it's possible to do multiple nearest calls on the same hit data. - Replace manhattan distance w/ squared distance so they can be compared. - Return success to detect changes to a hit-data which might already be initialized (also more readable). |
Commit Details:
Full Hash: 1966924467c901d541bfe3f510d21a20c29842e3
Parent Commit: 2c9c22d
Lines Changed: +156, -117