Files
test2/source/blender/editors/include
Campbell Barton 26d6872ef8 fix for knife tool when the mouse was moved outside the clipped area the mouse line would reset to 0/0/0
a few areas that use ED_view3d_win_to_segment_clip() didnt take into account the case where the segment was filly clipped, some callers even needed the segment not to be clipped.
- added ED_view3d_win_to_segment()
- ED_view3d_win_to_segment_clip() now returns FALSE if the segment is totally clipped, but the start/ends of the line are not zero'd as they were before.
2012-12-10 07:53:20 +00:00
..
2012-11-15 15:59:58 +00:00
2012-10-21 15:20:53 +00:00
2012-04-30 14:24:11 +00:00
2012-11-09 06:36:11 +00:00