Go to file
Campbell Barton 4c042f2145 bmesh: optimize bmesh_vert_separate, redice allocs (best cast it wont do any allocs).
gives approx 16% overall speedup to edgesplit modifier.

also reduce size of smallhash stack, was 521, which got doubled and was quite large on the stack. reduce to 64.
2013-05-09 12:46:35 +00:00
build_files Fix OS X 32 bit build error, and bring buildbot config in sync with default. 2013-05-07 18:32:37 +00:00
doc update autogenerated changelog. also correct typos in the generator. 2013-05-09 01:58:49 +00:00
extern bullet: Don't use sse in api for windows. 2013-05-06 22:53:11 +00:00
intern Cycles / Tile Rendering: 2013-05-08 19:49:09 +00:00
release Upgrade for the add_search node operator. This now uses the same basic system as the regular add_node operator, with enum items generated from the common node categories system (nodeitems_utils module). This means that any node listed in the regular node Add menu can now also be added via searching, including node groups and the like. The search operator also uses the subsequent transform to make insertion a bit more streamlined. 2013-05-09 11:43:48 +00:00
source bmesh: optimize bmesh_vert_separate, redice allocs (best cast it wont do any allocs). 2013-05-09 12:46:35 +00:00
CMakeLists.txt add option to disable guardedalloc, helps for debugging memory errors 2013-05-08 12:55:23 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile correct too-big allocation in mesh beautify. 2013-04-01 07:57:33 +00:00
SConstruct Merged changes in the trunk up to revision 55546. 2013-03-24 12:13:13 +00:00