Blender Git Commit Log
Git Commits -> Revision f15c15e
Revision f15c15e by Campbell Barton (master) March 14, 2012, 04:46 (GMT) |
bmesh py api: finished todo - editable select_history eg: bm.select_history = vert, face, edge bm.select_history.add(edge) |
Commit Details:
Full Hash: f15c15e992a9836a7295166af275522690ada315
SVN Revision: 44862
Parent Commit: 99f72df
Lines Changed: +134, -27
9 Modified Paths:
/doc/python_api/rst/include__bmesh.rst (+0, -1) (Diff)
/doc/python_api/sphinx_doc_gen.py (+3, -2) (Diff)
/source/blender/bmesh/intern/bmesh_marking.c (+9, -5) (Diff)
/source/blender/bmesh/intern/bmesh_marking.h (+1, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_select.c (+71, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_select.h (+3, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+42, -16) (Diff)
/source/blender/python/bmesh/bmesh_py_types.h (+3, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_utils.c (+2, -2) (Diff)
/doc/python_api/sphinx_doc_gen.py (+3, -2) (Diff)
/source/blender/bmesh/intern/bmesh_marking.c (+9, -5) (Diff)
/source/blender/bmesh/intern/bmesh_marking.h (+1, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_select.c (+71, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_select.h (+3, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+42, -16) (Diff)
/source/blender/python/bmesh/bmesh_py_types.h (+3, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_utils.c (+2, -2) (Diff)