blender/intern/cycles
Sergey Sharybin f9688d88ff Fix T42391: HSV correction shader node gives negative values
This mainly happens when over-saturating already saturated color.
After some discussion with Campbell and loads of tests we decided
to clamp the result RGB color. As an alternative we might want to
clamp corrected HSV values instead, but that would lead to some
larger changes in the render results.

TODO: The same is to be done for compositor nodes.
2014-10-31 14:58:00 +01:00
..
app Ghost Context Refactor 2014-10-07 15:47:32 -05:00
blender Cycles: Add a soft min/max UI value for volume step size, usually a range from 0.01 to 1.0 is fine. 2014-10-29 12:16:38 +01:00
bvh Cycles: Rebuild BVH from scratch if loading cache failed 2014-09-01 18:05:10 +06:00
cmake Ghost Context Refactor 2014-10-07 15:47:32 -05:00
device Cycles / CUDA: Better fix for missing sm_52 kernel, in case user compiles himself. 2014-10-30 11:42:59 +01:00
doc Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
kernel Fix T42391: HSV correction shader node gives negative values 2014-10-31 14:58:00 +01:00
render Cleanup: warnings, typos 2014-10-29 14:15:21 +01:00
subd Code cleanup: Add -Werror=float-conversion to Cycles 2014-05-03 07:31:46 +10:00
util Fix T42021: OSL doesn't work when there are non-ascii chars in the path 2014-10-14 14:56:21 +02:00
CMakeLists.txt Futher tweaks to WITH_CPU_SSE option 2014-10-15 18:45:09 +06:00
SConscript Ghost Context Refactor 2014-10-07 15:47:32 -05:00