Blender Git Loki
Git Commits -> Revision fa46f5a
Revision fa46f5a by Sergey Sharybin (master) January 22, 2015, 09:56 (GMT) |
Fix T43357: Cycles crash with spatial splits after recent changes When doing BVH leaf node split we can't rely on leaf size limit from BVH parameters in case there's spatial split enabled. This commit basically reverts previous optimization change here which used stack-allocated memory and uses heap-allocated vector now. It's possible to boost this code up again by using own allocator. |
Commit Details:
Full Hash: fa46f5a2897d7cd3731271b3cf7e2d619643d73a
Parent Commit: 1841b12
Lines Changed: +18, -17
1 Modified Path:
/intern/cycles/bvh/bvh_build.cpp (+18, -17) (Diff)