Blender Git Commit Log
Git Commits -> Revision 8646bb4
Revision 8646bb4 by Campbell Barton (master) March 13, 2012, 01:11 (GMT) |
workaround [#30480] Knife tool flicker the problem was numeric precision when in ortho mode the start/end points for the view vector would be 2000 apart which caused trouble for the intersection test. |
Commit Details:
Full Hash: 8646bb446419592f8acc8ed0cdf8337bfc4a07eb
SVN Revision: 44844
Parent Commit: b457c7f
Lines Changed: +33, -4
5 Modified Paths:
/source/blender/blenlib/BLI_math_geom.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+19, -0) (Diff)
/source/blender/editors/mesh/bmesh_tools.c (+2, -3) (Diff)
/source/blender/editors/mesh/knifetool.c (+10, -0) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+1, -1) (Diff)
/source/blender/blenlib/intern/math_geom.c (+19, -0) (Diff)
/source/blender/editors/mesh/bmesh_tools.c (+2, -3) (Diff)
/source/blender/editors/mesh/knifetool.c (+10, -0) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+1, -1) (Diff)