Blender Git Commit Log
Git Commits -> Revision aac8daa
Revision aac8daa by Joseph Eagar (master) February 15, 2009, 00:47 (GMT) |
extrude uses dupe/delete rather then split, and it detects when to not delete geometry (though this could be smarter in the future). also BMO_pop had two lines out of order, which was causing flags layer to not always be freed when they should. |
Commit Details:
Full Hash: aac8daa177506cc2b3e605390ac7620f1db56f48
SVN Revision: 18974
Parent Commit: 84b7ebd
Lines Changed: +145, -42
9 Modified Paths:
/source/blender/bmesh/bmesh.h (+3, -3) (Diff)
/source/blender/bmesh/bmesh_iterators.h (+2, -1) (Diff)
/source/blender/bmesh/bmesh_operators.h (+0, -1) (Diff)
/source/blender/bmesh/intern/bmesh_iterators.c (+51, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+1, -1) (Diff)
/source/blender/bmesh/intern/bmesh_operators.c (+8, -7) (Diff)
/source/blender/bmesh/operators/bmesh_dupeops.c (+1, -2) (Diff)
/source/blender/bmesh/operators/extrudeops.c (+61, -27) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+18, -0) (Diff)
/source/blender/bmesh/bmesh_iterators.h (+2, -1) (Diff)
/source/blender/bmesh/bmesh_operators.h (+0, -1) (Diff)
/source/blender/bmesh/intern/bmesh_iterators.c (+51, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+1, -1) (Diff)
/source/blender/bmesh/intern/bmesh_operators.c (+8, -7) (Diff)
/source/blender/bmesh/operators/bmesh_dupeops.c (+1, -2) (Diff)
/source/blender/bmesh/operators/extrudeops.c (+61, -27) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+18, -0) (Diff)