Blender Git Commit Log
Git Commits -> Revision f11d7a4
Revision f11d7a4 by Campbell Barton (master) March 7, 2012, 01:06 (GMT) |
fix for bug in ED_view3d_project_float that only effected the 'Rip' tool. when the source and destination vectors were the same pointer, the X value would get overwritten. now the rip tool uses the best side to grab as in trunk. |
Commit Details:
Full Hash: f11d7a426f4ceaa914c76a120d4e420308801f3b
SVN Revision: 44689
Parent Commit: 400a029
Lines Changed: +27, -22
7 Modified Paths:
/source/blender/editors/include/ED_view3d.h (+2, -2) (Diff)
/source/blender/editors/mesh/bmesh_tools.c (+14, -7) (Diff)
/source/blender/editors/mesh/knifetool.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+1, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -2) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_view.c (+7, -7) (Diff)
/source/blender/editors/mesh/bmesh_tools.c (+14, -7) (Diff)
/source/blender/editors/mesh/knifetool.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+1, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -2) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_view.c (+7, -7) (Diff)