tornavis/source/blender/bmesh
Campbell Barton 477a84a738 BMesh: minor optimization for remove doubles
- replace heap allocation with stack for small arrays.
- remove edge-lookup when its already known.
2014-01-17 17:21:41 +11:00
..
intern BMesh: add bmesh delete functions that dont depend on operator flags 2014-01-17 14:55:06 +11:00
operators BMesh: minor optimization for remove doubles 2014-01-17 17:21:41 +11:00
tools Code Cleanup: style and redundant casts 2014-01-16 19:15:53 +11:00
CMakeLists.txt Code Cleanup: move delete funcs out of bmesh_construct.c into own file 2014-01-17 09:21:30 +11:00
SConscript Merged changes in the trunk up to revision 55357. 2013-03-18 00:48:59 +00:00
bmesh.h Code Cleanup: move delete funcs out of bmesh_construct.c into own file 2014-01-17 09:21:30 +11:00
bmesh_class.h Patch T19235: bmesh comments (with updates) 2013-12-19 22:41:18 +11:00
bmesh_tools.h split operators/bmo_beautify.c into tools/bmesh_beautify.c 2013-10-16 03:24:38 +00:00