Blender Git Commit Log
Git Commits -> Revision 2cb5af5
Revision 2cb5af5 by Ton Roosendaal (master) February 19, 2009, 19:03 (GMT) |
2.5 - Mesh Rip back (Vkey). For those who keep wondering how it works: just put mouse cursor somewhere close to the selection, press V and mouse mouse away from it. Feels like real rip! - Made extrude sorta work, no menu/options yet though. But it does transform! - Added an short event->mval[2] with region coords, easier coding for the guys :) - Fill operator standard delivers 'beauty' now |
Commit Details:
Full Hash: 2cb5af58a6cf8120275b37c063899b0234719da2
SVN Revision: 19044
Parent Commit: dd78ca1
Lines Changed: +379, -347
11 Modified Paths:
/source/blender/editors/include/ED_view3d.h (+2, -0) (Diff)
/source/blender/editors/mesh/editmesh_add.c (+2, -6) (Diff)
/source/blender/editors/mesh/editmesh_mods.c (+4, -14) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+330, -281) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+2, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+5, -8) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+0, -2) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+5, -10) (Diff)
/source/blender/editors/space_view3d/vpaint.c (+12, -23) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+15, -2) (Diff)
/source/blender/windowmanager/WM_types.h (+2, -1) (Diff)
/source/blender/editors/mesh/editmesh_add.c (+2, -6) (Diff)
/source/blender/editors/mesh/editmesh_mods.c (+4, -14) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+330, -281) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+2, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+5, -8) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+0, -2) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+5, -10) (Diff)
/source/blender/editors/space_view3d/vpaint.c (+12, -23) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+15, -2) (Diff)
/source/blender/windowmanager/WM_types.h (+2, -1) (Diff)