Blender Git Commit Log
Git Commits -> Revision 0c7f65d
Revision 0c7f65d by Daniel Dunbar (master) August 15, 2005, 04:10 (GMT) |
- added view3d_get_object_project_mat function, returns mat to project object cos into screenspace without mucking with gl matrices. - added view3d_project_ functions, take arguments instead of using globals - removed View3D.{mx,my,mxo,myo} - switch drawobject foreachScreenVert functions to use new projection functions - switch edge slide to use new projection functions, fixes erratic behavior (project was using wrong mat I believe) - bug fix in edgeslide, nearest edge to start was one-off |
Commit Details:
Full Hash: 0c7f65d15230a530afae116c93c7d83a9a6a6e0c
SVN Revision: 5103
Parent Commit: 74623f3
Lines Changed: +180, -151
8 Modified Paths:
/source/blender/include/BSE_view.h (+5, -0) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+0, -4) (Diff)
/source/blender/src/drawobject.c (+27, -66) (Diff)
/source/blender/src/drawview.c (+18, -25) (Diff)
/source/blender/src/editmesh_loop.c (+1, -1) (Diff)
/source/blender/src/editmesh_tools.c (+23, -27) (Diff)
/source/blender/src/editview.c (+25, -28) (Diff)
/source/blender/src/view.c (+81, -0) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+0, -4) (Diff)
/source/blender/src/drawobject.c (+27, -66) (Diff)
/source/blender/src/drawview.c (+18, -25) (Diff)
/source/blender/src/editmesh_loop.c (+1, -1) (Diff)
/source/blender/src/editmesh_tools.c (+23, -27) (Diff)
/source/blender/src/editview.c (+25, -28) (Diff)
/source/blender/src/view.c (+81, -0) (Diff)