Files
test/source/blender
Campbell Barton 080f4441d2 Improvements for knife tool execute function (code was a bit sloppy & could leak memory).
- vertex to screenspace projections were not checking for failure to project (vertex behind the view for eg).
- vertex screenspace 2d vectors were each malloc'd and added to own ghash, then fetched for each edge.
  now just store a vertex aligned array and do index lookups.
- projections were done in global space, now do them in object space (avoids a matrix multiply).
- error cases were commented out and would fail silently, now report them to the operator.
- remove MAX_CUTS hard coded limit, dynamically allocate the mouse path.
- add missing free calls in error cases.
2012-10-05 03:06:01 +00:00
..
2012-10-04 13:26:15 +00:00
2012-10-04 13:26:15 +00:00
2012-10-01 15:27:50 +00:00
2012-09-30 06:12:47 +00:00
2012-06-30 22:44:36 +00:00