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

3 Modified Paths:

/intern/cycles/kernel/shaders/node_combine_hsv.osl (+2, -1) (Diff)
/intern/cycles/kernel/shaders/node_separate_hsv.osl (+1, -1) (Diff)
/intern/cycles/kernel/svm/svm_sepcomb_hsv.h (+3, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021