Blender Git Commit Log
Git Commits -> Revision de6d480
Revision de6d480 by Sergey Sharybin (master) July 24, 2012, 20:05 (GMT) |
Tomato Cycles: fix for memory overflow issue This fixes memory overflow caused by creating render result every time RenderResult is creating when updating sample and not being freed until tile is fully rendered. Solved in probably not best way -- RenderResult is being stored in RenderBuffers, so it's creating only once. This solves memory issues, but while was looking into this issue discovered dramatic slowdown caused by samples update in some files from mango svn. Solving this slowdown is becoming first priority from now on. |
Commit Details:
Full Hash: de6d480f715a41464d405d2840d05e2d5006b2bf
SVN Revision: 49183
Parent Commit: c363fc3
Lines Changed: +28, -9