Use structured binding and for-each loop, remove reduntant type casts, use find_if instead of loop.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- cycles-merge-operator-cleanup (branched from master)
- Build Status
Buildable 19168 Build 19168: arc lint + arc unit
Event Timeline
Comment Actions
Cycles: Support merging images rendered with adaptive sampling
This patch adds support for merging images rendered with adaptive sampling.
To do this, an int buffer, which stores sample count, is created for each render layer that will be in output image. Samples are loaded from input images using "Debug Sample Count" pass if it exists or from metadata otherwise. "Debug Sample Count" pass merging is handled separately.