Blender Git Loki
Git Commits -> Revision 3e305c1
Revision 3e305c1 by Campbell Barton (master) June 26, 2012, 21:40 (GMT) |
bmesh.ops module for bmesh operator access, only remove_doubles and convex_hull at the moment. |
Commit Details:
Full Hash: 3e305c1018be797dbf114914459ece402903dd08
SVN Revision: 48323
Parent Commit: 200584e
Lines Changed: +263, -12
2 Added Paths:
/source/blender/python/bmesh/bmesh_py_ops.c (+200, -0) (View)
/source/blender/python/bmesh/bmesh_py_ops.h (+35, -0) (View)
/source/blender/python/bmesh/bmesh_py_ops.h (+35, -0) (View)
8 Modified Paths:
/source/blender/bmesh/intern/bmesh_opdefines.c (+4, -4) (Diff)
/source/blender/bmesh/intern/bmesh_operators_private.h (+1, -1) (Diff)
/source/blender/bmesh/operators/bmo_primitive.c (+2, -2) (Diff)
/source/blender/bmesh/operators/bmo_removedoubles.c (+1, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_api.c (+5, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_types.h (+9, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_utils.c (+4, -4) (Diff)
/source/blender/python/bmesh/CMakeLists.txt (+2, -0) (Diff)
/source/blender/bmesh/intern/bmesh_operators_private.h (+1, -1) (Diff)
/source/blender/bmesh/operators/bmo_primitive.c (+2, -2) (Diff)
/source/blender/bmesh/operators/bmo_removedoubles.c (+1, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_api.c (+5, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_types.h (+9, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_utils.c (+4, -4) (Diff)
/source/blender/python/bmesh/CMakeLists.txt (+2, -0) (Diff)