Blender Git Loki
Git Commits -> Revision 0dc50a0
Revision 0dc50a0 by Campbell Barton (master) February 23, 2012, 05:20 (GMT) |
bmesh py api, new submodules * bmesh.types, just allows access to BMVert, BMEdge etc. * bmesh.utils, so far only added edge_split() function, this module will give access to mesh editing functions. |
Commit Details:
Full Hash: 0dc50a0e079a5ba552a8ea223039a64afa5c84db
SVN Revision: 44356
Parent Commit: 38f546a
Lines Changed: +229, -17
2 Added Paths:
/source/blender/python/bmesh/bmesh_py_utils.c (+133, -0) (View)
/source/blender/python/bmesh/bmesh_py_utils.h (+35, -0) (View)
/source/blender/python/bmesh/bmesh_py_utils.h (+35, -0) (View)
5 Modified Paths:
/source/blender/python/bmesh/bmesh_py_api.c (+9, -4) (Diff)
/source/blender/python/bmesh/bmesh_py_api.h (+2, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+44, -8) (Diff)
/source/blender/python/bmesh/bmesh_py_types.h (+4, -2) (Diff)
/source/blender/python/bmesh/CMakeLists.txt (+2, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_api.h (+2, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+44, -8) (Diff)
/source/blender/python/bmesh/bmesh_py_types.h (+4, -2) (Diff)
/source/blender/python/bmesh/CMakeLists.txt (+2, -1) (Diff)