Blender Git Commit Log
Git Commits -> Revision ae39ad3
Revision ae39ad3 by Sergey Sharybin (cycles-x) March 5, 2021, 15:32 (GMT) |
Fix wrong samples stop criteria in Cycles path trace With multiple samples scheduled at once the stop criteria needs to be adjusted. On a first glance seemed like things will be much faster, but no: the way how scheduling worked was just requesting 0 samples for many loop iterations. Still stupid but does not cause that measurable of speedup. |
Commit Details:
Full Hash: ae39ad3225599bf55b267d4d2c9973cd15bfed82
Parent Commit: 1eada84
Lines Changed: +1, -1
1 Modified Path:
/intern/cycles/integrator/path_trace.cpp (+1, -1) (Diff)