Blender Git Loki
Git Commits -> Revision 68c8ca7
Revision 68c8ca7 by Geoffrey Bantle (master) August 2, 2007, 07:52 (GMT) |
-> Dissolve Tool Added a 'dissolve edge' tool that joins two adjacent faces into one. Also selection flags should be propogated automatically to split faces/ edges now along with all new elements created between a BME_model_begin/end marked with a bitflag BME_NEW (test for with BME_NEWELEM macro) |
Commit Details:
Full Hash: 68c8ca7e97d6db7f1be7d7966092c2e74c221795
SVN Revision: 11469
Parent Commit: 848592d
Lines Changed: +48, -4
6 Modified Paths:
/source/blender/blenkernel/BKE_bmesh.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/BME_structure.c (+7, -0) (Diff)
/source/blender/blenkernel/intern/BME_tools.c (+22, -2) (Diff)
/source/blender/include/editbmesh.h (+2, -1) (Diff)
/source/blender/src/editbmesh_tools.c (+8, -0) (Diff)
/source/blender/src/editobject.c (+7, -1) (Diff)
/source/blender/blenkernel/intern/BME_structure.c (+7, -0) (Diff)
/source/blender/blenkernel/intern/BME_tools.c (+22, -2) (Diff)
/source/blender/include/editbmesh.h (+2, -1) (Diff)
/source/blender/src/editbmesh_tools.c (+8, -0) (Diff)
/source/blender/src/editobject.c (+7, -1) (Diff)