Blender Git Commit Log
Git Commits -> Revision cb2f5d4
Revision cb2f5d4 by Jeroen Bakker (master) February 27, 2020, 11:50 (GMT) |
Fix T74119: Cycles Viewport Render Tint Cycles uses the display_space_shader it gets from Blender. When requested the shader used to be a GPU_SHADER_2D_IMAGE_COLOR, which set the `color` uniform incorrectly. This resulted in a yellowish tint when used. To fix this the `GPU_SHADER_2D_IMAGE` shader will be used. Reviewed By: brecht, fclem Maniphest Tasks: T74119 Differential Revision: https://developer.blender.org/D6921 |
Commit Details:
Full Hash: cb2f5d498e450da0b2f26702ed4d2691d9ee3750
Parent Commit: e21a475
Lines Changed: +1, -3
1 Modified Path:
/source/blender/makesrna/intern/rna_render.c (+1, -3) (Diff)