Blender Git Commit Log

Git Commits -> Revision 9460619

Revision 9460619 by Sergey Sharybin (master)
August 7, 2012, 09:22 (GMT)
Tomato Cycles: do not discard unfinished tiles on cancel

Do not discard (fill with black) tiles which are not fully rendered
(not all the samples are calculated for tile) when canceling render.

This could be helpful to tweak some settings when render glitch is
discovered. Also it could be used in such scenarios as setting
samples number to something really high and render still image
until result is reasonable, controlling this manually.

This could make cancel not so responsible on CPU, but it wouldn't
be less responsible than GPU, also could potentially give some
%% of speedup by avoiding checking cancel state after every pixel
sampled.

Commit Details:

Full Hash: 946061919971ff5b6307c04a00fbea162f8b9d32
SVN Revision: 49641
Parent Commit: 924ba23
Lines Changed: +11, -18

2 Modified Paths:

/intern/cycles/device/device_cpu.cpp (+8, -14) (Diff)
/intern/cycles/render/session.cpp (+3, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021