Blender Git Commit Log
Git Commits -> Revision 5dc9403
Revision 5dc9403 by Sergey Sharybin (cycles-x) April 22, 2021, 17:18 (GMT) |
Fix wrong render with Cycles persistent data Need to always zero render buffers, otherwise it will have previous result stored in it, making integration wrong (image will be over exposed) and will make it so that adaptive sampling will pretend that it adds samples, causing an early convergence. Probably the render buffer is to be freed at the end of the render anyway, but this would need a deeper look. For now just mimicking what happens in master. |
Commit Details:
Full Hash: 5dc9403936802bce7fad0a2a5c9c5636f19f1fe2
Parent Commit: b1cecb8
Lines Changed: +2, -4
1 Modified Path:
/intern/cycles/integrator/path_trace.cpp (+2, -4) (Diff)