Blender Git Commit Log

Git Commits -> Revision 9f63134

Revision 9f63134 by Sergey Sharybin (master)
September 22, 2021, 13:07 (GMT)
Fix missing samples count pass when using tiles

Samples count pass is normalized to the overall number of samples.
This means that we need to store actual value of the samples in the
tile buffer file.

A bit annoying to pull all those settings to BufferParams and need
to find a more generic solution, but for now this is easiest and a
quickest solution.

Differential Revision: https://developer.blender.org/D12597

Commit Details:

Full Hash: 9f6313498a0af386f08ed17c83bf33b8c2c3b5b3
Parent Commit: f7a492d
Lines Changed: +4, -4

4 Modified Paths:

/intern/cycles/integrator/path_trace.cpp (+1, -4) (Diff)
/intern/cycles/render/buffers.cpp (+1, -0) (Diff)
/intern/cycles/render/buffers.h (+1, -0) (Diff)
/intern/cycles/render/session.cpp (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021