Files
test2/source/blender
Campbell Barton 374238b7ef 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).
2012-11-08 02:12:31 +00:00
..
2012-11-07 23:55:52 +00:00
2012-11-06 19:58:48 +00:00
2012-10-23 13:28:22 +00:00
2012-11-07 16:18:20 +00:00
2012-06-30 22:44:36 +00:00