Blender Git Commit Log
Git Commits -> Revision 27d43f3
Revision 27d43f3 by Campbell Barton (master) March 9, 2012, 00:01 (GMT) |
added API function to C and python * C: BM_vert_separate(...) * py: bmesh.utils.vert_separate(vert, edges) This splits off regions around the vertex, splitting on connected edges passed in a sequence. also made minor changes - rename python api functions _rip to _separate - fixed bmesh iterator being iterable its self (some parts of python expect this) - fix memory leak in bmesh python api. |
Commit Details:
Full Hash: 27d43f3fd3a6fbda95cdb87e4672fe34f19c2205
SVN Revision: 44756
Parent Commit: 06b2343
Lines Changed: +154, -56
6 Modified Paths:
/source/blender/bmesh/intern/bmesh_core.c (+45, -25) (Diff)
/source/blender/bmesh/intern/bmesh_core.h (+9, -7) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+13, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_types.h (+3, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_utils.c (+83, -17) (Diff)
/source/blender/python/generic/idprop_py_api.c (+1, -7) (Diff)
/source/blender/bmesh/intern/bmesh_core.h (+9, -7) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+13, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_types.h (+3, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_utils.c (+83, -17) (Diff)
/source/blender/python/generic/idprop_py_api.c (+1, -7) (Diff)