Go to file
Campbell Barton 921a7556fb bmesh - changes to mempool allocations
* double default edge allocation size (double the number of verts/faces).
* CustomData_bmesh_init_pool was using allocsize & chunksize as the same variable. Now use type specific chunk size.
* bmesh copy and editmode conversion now allocate the BMesh mempool size needed for the entire vert/edge/loop/face arrays since its known already.
2012-03-01 22:17:04 +00:00
build_files Missed Scons update for MinGW boost 2012-02-26 16:54:20 +00:00
doc move bmesh wiki docs into bmesh header and update doxygen. 2012-02-27 20:27:19 +00:00
extern revert r44503, (left patch file in for now), this gives an error with gcc: 2012-02-28 05:50:02 +00:00
intern Boolean modifier: 2012-02-29 13:48:19 +00:00
release Spelling Cleanup 2012-03-01 12:20:18 +00:00
source bmesh - changes to mempool allocations 2012-03-01 22:17:04 +00:00
CMakeLists.txt revert r44503, (left patch file in for now), this gives an error with gcc: 2012-02-28 05:50:02 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Spelling Cleanup 2012-03-01 12:20:18 +00:00
SConstruct OSX: scons: fix own mistake, truncate output of xcode-build -version to major.minor version in config to change the var not only the print 2012-02-25 11:21:20 +00:00