Blender Git Commit Log

Git Commits -> Revision e09ab88

Revision e09ab88 by Campbell Barton (master)
March 10, 2012, 20:41 (GMT)
bmesh:
- moved mesh conversion functions into their own file.

bmesh py api:
- can now create a new empty bmesh without first creating mesh data.
- added function to copy bmesh data back to a mesh.
- bmesh.from_mesh() can now get a mesh which isnt in editmode.

Commit Details:

Full Hash: e09ab8883ce0e41add94058ecd4045ac5efa74c6
SVN Revision: 44797
Parent Commit: 83a5c94
Lines Changed: +1036, -846

2 Added Paths:

/source/blender/bmesh/intern/bmesh_mesh_conv.c (+901, -0) (View)
/source/blender/bmesh/intern/bmesh_mesh_conv.h (+40, -0) (View)

6 Modified Paths:

/source/blender/bmesh/bmesh.h (+1, -0) (Diff)
/source/blender/bmesh/CMakeLists.txt (+2, -0) (Diff)
/source/blender/bmesh/operators/bmo_mesh_conv.c (+2, -836) (Diff)
/source/blender/python/bmesh/bmesh_py_api.c (+85, -10) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+4, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_types.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021