Blender Git Loki
Git Commits -> Revision dc1a1d6
Revision dc1a1d6 by Brecht Van Lommel (cycles-x) July 29, 2021, 13:32 (GMT) |
Cycles X: fix/improve handling of mismatches between render pass components Rules are as follows now: * Single channel pass: can be read into buffer with 1, 3 or 4 channels * Motion and cryptomatte passes: must be read into buffer with 4 channels * RGB, RGBA and vector passes: can be read into buffer with 3 or 4 channels Differential Revision: https://developer.blender.org/D12063 |
Commit Details:
Full Hash: dc1a1d6a2adafb0a8873f93e1eddedb46beaacf6
Parent Commit: a5f59f2
Lines Changed: +40, -39