Blender Git Commit Log
Git Commits -> Revision 936cd12
Revision 936cd12 by Sergey Sharybin (cycles-x) March 26, 2021, 16:23 (GMT) |
Cycles: Schedule multiple samples to viewport render The idea is to schedule 1 sample at the lower sample ranges, giving a quick update on a noisy image, but schedule more samples and do less often updates at higher number of samples. There is a magic code which decides how often to do updates, which might need some further tweaking. Simple startup file and BMW27 on GPU are about 4% faster in viewport now. It is important to note that navigation is always instant. This means that the longer render times between updates does not have affect on how instant navigation can start. |
Commit Details:
Full Hash: 936cd12583398eb8755f499632e34c08fa5994f5
Parent Commit: 4186740
Lines Changed: +53, -17
1 Modified Path:
/intern/cycles/integrator/render_scheduler.cpp (+53, -17) (Diff)