Files
test/source/blender/blenkernel
Antony Riakiotakis dcddd32c45 Scultping: Growing the pbvh node container should use malloc instead of
calloc. Since we copy the first 1/1.3 part of the new array from the
existing nodes, only the rest 0.3/1.3 should be initialized to zero.
This should in theory cut down the times of occasional hangs with
dyntopo, since my guess is that it is caused by dynamic reallocations.
Maybe a linked list structure would help here? This is a bigger change
though, leaving as is for now.

Also, minor cleanup, delete duplicate ghash deletion and remove unneeded
commented code.
2013-08-21 15:21:56 +00:00
..
2013-08-19 09:36:40 +00:00
2012-06-06 22:38:39 +00:00
2013-03-26 07:29:01 +00:00
2013-03-09 05:35:49 +00:00
2013-03-26 07:29:01 +00:00
2013-04-03 15:04:24 +00:00
2013-03-26 07:29:01 +00:00
2013-08-19 10:44:18 +00:00
2013-08-19 10:44:18 +00:00