Blender Git Loki
Git Commits -> Revision 9a8f840
Revision 9a8f840 by Lukas Stockner (master) December 20, 2019, 18:53 (GMT) |
Fix T72471: Cycles AOV support breaks passes with divide_type The problem is described in a comment in the change. Short version: If a pass was used as a divide_type but also requested explicitly (e.g. diffuse color), it was added to the passes list twice because the names of the two requests didn't match. Then, when searching for the pass to divide by, the wrong one (not the one that the kernel was writing to) was picked. |
Commit Details:
Full Hash: 9a8f840c3174fa54cadfa1b475269149a3de2492
Parent Commit: a2d6dfc
Lines Changed: +28, -1
1 Modified Path:
/intern/cycles/render/film.cpp (+28, -1) (Diff)