blender/source
Campbell Barton c65b3b73fd bmesh api cleanup
* better type safety for BM_elem_flag_* and BM_elem_index_* functions.
* add BMElem type to be used where BMFace/Edge/Vert/Loop can be interchanged.
* fix bug in select manifold, found when making functions more strict.
2012-02-25 22:23:40 +00:00
..
blender bmesh api cleanup 2012-02-25 22:23:40 +00:00
blenderplayer Fix blenderplayer linking with recent additions to bmesh python. We should really start building with player on so that mistakes like this can be detected early. 2012-02-22 18:57:17 +00:00
creator initial bmesh python api. 2012-02-22 09:19:53 +00:00
darwin replace former applescript with an editable one 2011-10-19 19:15:35 +00:00
gameengine style cleanup, use { on newline after function definition. 2012-02-25 16:49:59 +00:00
icons
tests use ValueError when vector/matrix multiplications sizes are not supported, was using TypeError for mat*vec and ValueError for vec*mat. 2012-02-11 14:27:36 +00:00
CMakeLists.txt remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
SConscript