Blender Git Commit Log
Git Commits -> Revision f914071
Revision f914071 by Campbell Barton (master) March 16, 2012, 08:26 (GMT) |
bmesh py api: initial support for editing bmesh customdata per vert/edge/face/loop shapes, crease, bevel weights working, missing UVs and Vertex Colors still. |
Commit Details:
Full Hash: f91407150a9415b55765abc7ac870c2be2703334
SVN Revision: 44918
Parent Commit: 1823bb4
Lines Changed: +302, -4
5 Modified Paths:
/source/blender/bmesh/bmesh_error.h (+1, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+38, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_types.h (+1, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+257, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.h (+5, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+38, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_types.h (+1, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+257, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.h (+5, -0) (Diff)