Blender Git Commit Log
Git Commits -> Revision 1549fea
Revision 1549fea by Sergey Sharybin (master) December 16, 2014, 15:06 (GMT) |
Fix T42888: Separate and Combine HSV distorts the hue value These nodes were assuming sRGB input/output which is for sure wrong for the shader pipeline which works in the linear space. So now conversion to/from linear space happens in these nodes which makes them making sence in the shader context but which might change look and feel of existing scenes. |
Commit Details:
Full Hash: 1549fea9995c348bc14a9105df5e460644e2b33a
Parent Commit: 137f557
Lines Changed: +6, -4