tornavis/source/blender/editors/mesh
Campbell Barton b6dcdb065d code refactor, function renaming for bmesh.
These changes are to make the bmesh api more consistent and easier to learn, grouping similar functions which is convenient for autocomplete.
This uses similar convention to RNA. 

* use face/loop/edge/vert as a prefix for functions.
* use 'elem' as a prefix too for functions that can take any type with a BMHeader.
* changed from camel case to underscore separated (like RNA).
2012-02-12 10:51:45 +00:00
..
CMakeLists.txt svn merge ^/trunk/blender -r41226:41227 . 2011-10-24 12:43:08 +00:00
SConscript svn merge ^/trunk/blender -r40587:40643 2011-09-28 07:34:48 +00:00
bmesh_select.c code refactor, function renaming for bmesh. 2012-02-12 10:51:45 +00:00
bmesh_selecthistory.c code refactor, function renaming for bmesh. 2012-02-12 10:51:45 +00:00
bmesh_tools.c code refactor, function renaming for bmesh. 2012-02-12 10:51:45 +00:00
bmeshutils.c code refactor, function renaming for bmesh. 2012-02-12 10:51:45 +00:00
editbmesh_add.c mode bmesh include cleanup, remove unused file too. 2012-02-11 10:15:11 +00:00
editbmesh_bvh.c code refactor, function renaming for bmesh. 2012-02-12 10:51:45 +00:00
editbmesh_bvh.h more mirror cleanup 2011-12-21 00:09:44 +00:00
editface.c code refactor, function renaming for bmesh. 2012-02-12 10:51:45 +00:00
knifetool.c code refactor, function renaming for bmesh. 2012-02-12 10:51:45 +00:00
loopcut.c code refactor, function renaming for bmesh. 2012-02-12 10:51:45 +00:00
mesh_data.c code refactor, function renaming for bmesh. 2012-02-12 10:51:45 +00:00
mesh_intern.h correct bad level include. 2012-02-11 10:56:07 +00:00
mesh_navmesh.c code refactor, function renaming for bmesh. 2012-02-12 10:51:45 +00:00
mesh_ops.c Ykey is now separate again (as with trunk), use Jkey for Connecting verts. 2012-02-10 08:09:49 +00:00
meshtools.c Code Cleanup: comment, remove or use unused functions. 2012-02-06 09:39:47 +00:00