Blender Git Loki
Git Commits -> Revision 815d8fc
Revision 815d8fc by Joseph Eagar (master) February 9, 2009, 06:36 (GMT) |
Added a new slot type, that maps geometric elements to client-defined data. Made edge subdivide use it. Also removed the float and int slot buffer types, as per discussion with Briggs, until such a time as we see a use for them. |
Commit Details:
Full Hash: 815d8fce221c581d470d19e1ec3dc1894697d570
SVN Revision: 18882
Parent Commit: edc5767
Lines Changed: +204, -82
7 Modified Paths:
/source/blender/bmesh/bmesh_operators.h (+39, -10) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+3, -1) (Diff)
/source/blender/bmesh/intern/bmesh_operators.c (+136, -23) (Diff)
/source/blender/bmesh/operators/subdivideop.c (+12, -29) (Diff)
/source/blender/bmesh/operators/subdivideop.h (+1, -1) (Diff)
/source/blender/bmesh/operators/triangulateop.c (+0, -3) (Diff)
/source/blender/editors/mesh/editmesh_loop.c (+13, -15) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+3, -1) (Diff)
/source/blender/bmesh/intern/bmesh_operators.c (+136, -23) (Diff)
/source/blender/bmesh/operators/subdivideop.c (+12, -29) (Diff)
/source/blender/bmesh/operators/subdivideop.h (+1, -1) (Diff)
/source/blender/bmesh/operators/triangulateop.c (+0, -3) (Diff)
/source/blender/editors/mesh/editmesh_loop.c (+13, -15) (Diff)