Blender Git Loki
Git Commits -> Revision 83de13f
Revision 83de13f by Brecht Van Lommel (master) March 19, 2019, 17:23 (GMT) |
Cycles: add cycles.merge_images operator for combing EXR renders. This is only available through the API, mainly intended for render farms to combine rendered multilayer EXR Files with different samples. The images are currently expected to have the exact same render layers and passes, just with different samples. Variance passes are still simply a weighted average, ideally these should be merged more intelligently. Differential Revision: https://developer.blender.org/D4554 |
Commit Details:
Full Hash: 83de13f75aafca7d4e1d58ddd36cca19121aa84f
Parent Commit: 5b7b710
Lines Changed: +582, -6