Files
test2/intern/cycles/kernel
Dalai Felinto b4c95833ab bugfix: [#29711] Cycles - HSV Node - Hue Change Bug
* Adding hue instead of removing it.

fmod doesn't work as % when it comes to negative numbers:
fmod( 1.3, 1) ==  1.3 % 1 == 0.3
fmod(-0.3, 1) != -0.3 % 1
2011-12-29 05:40:48 +00:00
..
2011-12-02 14:26:28 +00:00
2011-11-22 13:15:19 +00:00
2011-11-22 13:15:19 +00:00
2011-11-22 13:15:19 +00:00
2011-10-15 23:49:01 +00:00
2011-11-22 13:15:19 +00:00
2011-12-08 19:16:43 +00:00