Blender Git Commit Log
Git Commits -> Revision 374238b
Revision 374238b by Campbell Barton (master) November 8, 2012, 02:12 (GMT) |
code improvements for selecting the shortest path for mesh editmode, this will give some speedup but its mainly to simplify the function. - use bmesh adjacency data, was building its own data, left over from pre-bmesh. - use a flag to store visited edges rather then a hash. - store edge pointers in the heap rather then index values (was converting back and fourth a lot). |
Commit Details:
Full Hash: 374238b7ef1c4c6df8e87b0d33bd8dce9dc71dc0
SVN Revision: 51993
Parent Commit: a913259
Lines Changed: +51, -80
1 Modified Path:
/source/blender/editors/mesh/editmesh_select.c (+51, -80) (Diff)