Blender Git Loki
Git Commits -> Revision 1a237b0
Revision 1a237b0 by Geoffrey Bantle (master) September 6, 2007, 20:49 (GMT) |
-> Delete Context Added deletion of verts/edges/faces based upon selection mode. Deleting a vertex will delete all the edges/faces associated with it and deleting an edge will delete all faces associated with it. |
Commit Details:
Full Hash: 1a237b0b2600ac026cfb3fd0c96a857a18f2ed93
SVN Revision: 11949
Parent Commit: 68c8ca7
Lines Changed: +220, -23
6 Modified Paths:
/source/blender/blenkernel/BKE_bmesh.h (+11, -3) (Diff)
/source/blender/blenkernel/intern/BME_tools.c (+179, -16) (Diff)
/source/blender/include/editbmesh.h (+2, -1) (Diff)
/source/blender/src/edit.c (+2, -2) (Diff)
/source/blender/src/editbmesh_tools.c (+18, -1) (Diff)
/source/blender/src/editobject.c (+8, -0) (Diff)
/source/blender/blenkernel/intern/BME_tools.c (+179, -16) (Diff)
/source/blender/include/editbmesh.h (+2, -1) (Diff)
/source/blender/src/edit.c (+2, -2) (Diff)
/source/blender/src/editbmesh_tools.c (+18, -1) (Diff)
/source/blender/src/editobject.c (+8, -0) (Diff)