Brecht Van Lommel
d835d2f4e6
Code cleanup: avoid some warnings due to implicit uint/int/float/double conversion.
2013-06-07 16:06:17 +00:00
Brecht Van Lommel
34d7392297
Fix #35282 : cycles color ramp set to constant interpolation did not work well.
2013-05-10 11:44:24 +00:00
Brecht Van Lommel
43c04eefe3
Cycles: RGB and Vector Curves nodes now supported, with the limitation that the
...
range must be left to the default (0..1 and -1..1).
2012-12-11 14:39:37 +00:00
Brecht Van Lommel
41f98978e3
Fix cycles issue when NaN is used for RGB ramp, can access array out of bounds then.
...
OSL noise() function is generating NaN's in certain cases, fix for that goes to our
OSL branch.
Also add missing minimum weight and max closure checks to OSL, forgot to add these
when fixing another bug.
2012-12-03 12:21:44 +00:00
Brecht Van Lommel
53dab9ec69
Cycles: fix for ColorRamp node alpha output.
2012-03-26 13:21:43 +00:00
Brecht Van Lommel
bbc3d820f4
Cycles: add ColorRamp node.
2012-03-26 12:45:14 +00:00