Blender Git Loki
Git Commits -> Revision dbd64a5
December 9, 2021, 19:52 (GMT) |
Cycles: support merging images rendered with adaptive sampling This patch adds support for merging images rendered with adaptive sampling to the merge operator (which is currently only exposed in the Python API). To do this an sample count buffer is created for each render layer from the sample count pass if it exists, or from the metadata otherwise. This is then used for averaging passes. Differential Revision: https://developer.blender.org/D13457 |
Commit Details:
Full Hash: dbd64a559216b0a3d5e9e51ea444bed43094ea92
Parent Commit: 20987b0
Committed By: Brecht Van Lommel
Lines Changed: +112, -20
1 Modified Path:
/intern/cycles/session/merge.cpp (+112, -20) (Diff)