Go to file
Campbell Barton 70b57d5634 optimization for BLI_array_growitems (better put - improve inefficient method), BLI_array_growone was being called in a loop, even if the size of the allocated array was big enough for all items.
In this case now just adjust the count value since theres no need to loop,
when the allocation is not big enough BLI_array_growone in a loop is still used though.
2011-12-07 00:18:08 +00:00
build_files svn merge ^/trunk/blender -r42439:42466 2011-12-06 18:50:45 +00:00
doc include mathutils.noise in sphinx docs 2011-12-04 06:55:32 +00:00
extern Fix #29506: libmv build issues on freebsd, patch by Shane Ambler. 2011-12-05 14:01:57 +00:00
intern svn merge ^/trunk/blender -r42439:42466 2011-12-06 18:50:45 +00:00
release svn merge ^/trunk/blender -r42439:42466 2011-12-06 18:50:45 +00:00
source optimization for BLI_array_growitems (better put - improve inefficient method), BLI_array_growone was being called in a loop, even if the size of the allocated array was big enough for all items. 2011-12-07 00:18:08 +00:00
CMakeLists.txt manual sync with trunk - pulling in changes where the issues are not bmesh spesific 2011-12-04 23:13:28 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile minor changes 2011-11-23 17:14:29 +00:00
SConstruct Cycles 2011-12-01 16:33:21 +00:00