Blender Git Commit Log
Git Commits -> Revision e866742
Revision e866742 by Campbell Barton (master) November 20, 2012, 03:29 (GMT) |
bmesh operator api edits, add macros and NULL the buffer if BMO_slot_buffer_alloc()'s len is zero. |
Commit Details:
Full Hash: e8667421ed4a72ceec9c73b4599e4f7f9b06b346
SVN Revision: 52392
Parent Commit: 050e220
Lines Changed: +54, -42
8 Modified Paths:
/source/blender/bmesh/intern/bmesh_operators.c (+24, -19) (Diff)
/source/blender/bmesh/intern/bmesh_operator_api.h (+13, -5) (Diff)
/source/blender/bmesh/operators/bmo_dissolve.c (+2, -2) (Diff)
/source/blender/bmesh/operators/bmo_subdivide.c (+1, -1) (Diff)
/source/blender/bmesh/operators/bmo_unsubdivide.c (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_triangulate.c (+0, -3) (Diff)
/source/blender/python/bmesh/bmesh_py_ops.c (+12, -11) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+1, -0) (Diff)
/source/blender/bmesh/intern/bmesh_operator_api.h (+13, -5) (Diff)
/source/blender/bmesh/operators/bmo_dissolve.c (+2, -2) (Diff)
/source/blender/bmesh/operators/bmo_subdivide.c (+1, -1) (Diff)
/source/blender/bmesh/operators/bmo_unsubdivide.c (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_triangulate.c (+0, -3) (Diff)
/source/blender/python/bmesh/bmesh_py_ops.c (+12, -11) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+1, -0) (Diff)