From BlenderWiki
Python API
There is a work in progress python api for bmesh.
See:
- http://www.blender.org/documentation/blender_python_api_2_62_1/bmesh.html
- http://www.blender.org/documentation/blender_python_api_2_62_1/bmesh.types.html
- http://www.blender.org/documentation/blender_python_api_2_62_1/bmesh.utils.html
TODO
- Wrap BMesh walkers
- Wrap Selection History (readonly access done)
- Add ways to sync with blender data
- Add a way to re-tesselate.