Blender Git Loki
Git Commits -> Revision 7c1263c
Revision 7c1263c by Mai Lavelle (master) April 26, 2017, 14:48 (GMT) |
Cycles: Allow samples to finish in split kernel to avoid artifacts when canceling Previously canceling a render done by the split kernel could cause artifacts such as very bright or dark tiles. This was caused by unfinished samples being included in the output buffer. To avoid this we now wait till all the currently rendering samples have finished, up to a limit of twice the expected time for them to finish (currently this is no more than 20 seconds, but usually its much less). If samples still haven't finished by then we stop anyways in case there's an endless loop occurring. |
Commit Details:
Full Hash: 7c1263c1ee3f4ff18be3a5aab4e02818a361db50
Parent Commit: 90b2539
Lines Changed: +10, -2
1 Modified Path:
/intern/cycles/device/device_split_kernel.cpp (+10, -2) (Diff)