Blender Git Commit Log

Git Commits -> Revision b95e118

Revision b95e118 by Brecht Van Lommel (cycles-x)
March 24, 2021, 13:42 (GMT)
Cycles: restore writing of data render passes

* This includes depth, UV, crypto, albedo/color, mist and denoising features
* Now all are written at every bounce instead of at the end
* Mist is negated after rendering similar to alpha, so we don't have to track
it in the path state

Commit Details:

Full Hash: b95e118444ca9efa1df8fc08070b713c6bf7afb9
Parent Commit: b678004
Lines Changed: +127, -123

7 Modified Paths:

/intern/cycles/kernel/device/cuda/kernel.cu (+1, -0) (Diff)
/intern/cycles/kernel/integrator/integrator_shade_surface.h (+6, -18) (Diff)
/intern/cycles/kernel/integrator/integrator_state.h (+3, -0) (Diff)
/intern/cycles/kernel/kernel_passes.h (+101, -97) (Diff)
/intern/cycles/kernel/kernel_path_state.h (+10, -6) (Diff)
/intern/cycles/kernel/kernel_types.h (+3, -1) (Diff)
/intern/cycles/render/buffers.cpp (+3, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021