Blender Git Commit Log
Git Commits -> Revision 9773f87
Revision 9773f87 by Campbell Barton (master) March 21, 2012, 05:33 (GMT) |
bmesh docs: - add examples for custom-data access - group BMesh types logically in docs - added missing docstrings needed to add grouping functionality to sphinx for this. |
Commit Details:
Full Hash: 9773f87891b58e91f46b3cfd3e6f4f50de5d9411
SVN Revision: 45050
Parent Commit: 1d5922f
Lines Changed: +215, -50
9 Modified Paths:
/doc/python_api/rst/include__bmesh.rst (+39, -7) (Diff)
/doc/python_api/sphinx_doc_gen.py (+70, -6) (Diff)
/source/blender/blenkernel/intern/bvhutils.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+1, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+83, -28) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.h (+1, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.c (+18, -4) (Diff)
/source/creator/CMakeLists.txt (+1, -1) (Diff)
/doc/python_api/sphinx_doc_gen.py (+70, -6) (Diff)
/source/blender/blenkernel/intern/bvhutils.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+1, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+83, -28) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.h (+1, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.c (+18, -4) (Diff)
/source/creator/CMakeLists.txt (+1, -1) (Diff)