Blender Git Loki
Git Commits -> Revision cb20079
Revision cb20079 by Sergey Sharybin (master) January 30, 2015, 20:49 (GMT) |
Cycles: Use bool for is_lead array This way we save 3 bytes per BVH node while building BVH, which overall gives 100Mb memory save when preparing Frank for render. It's not really much comparing to overall memory usage (which is 11Gb during scene preparation here) but still doesn't harm to have solved. |
Commit Details:
Full Hash: cb2007906f902e4daeaf773833ef61da4020ea89
Parent Commit: d632ef7
Lines Changed: +2, -3