Go to file
Dalai Felinto d15c5e51a1 Invert Color Cycles Node
as with the HSV node the OSL code is relying on the (yet to be implemented) autorename.

Also the svm code could use mix (svm_lerp) instead:
 32 . float3 color_inv = make_float3(1.0f, 1.0f, 1.0f) - color;
 35 . . stack_store_float3(stack, out_color, svm_lerp(color_inv, color, factor));

I have a feeling that each node 'program' should have the least program as possible. I'll see with Brecht later.
But overall I don't know if that's any fast. And apart from that I think we will need this kind of function to move to a library if multiple functions linked in are not a problem.
2011-12-03 23:05:35 +00:00
build_files Cycles 2011-12-01 16:33:21 +00:00
doc corrections for docs 2011-11-28 17:19:25 +00:00
extern Fix #29469: Latest motion tracking not working. 2011-12-01 10:25:16 +00:00
intern Invert Color Cycles Node 2011-12-03 23:05:35 +00:00
release renaming BooleanProperty to BoolProperty (rna structs shouldnt affect scripters) 2011-12-01 22:08:42 +00:00
source Invert Color Cycles Node 2011-12-03 23:05:35 +00:00
CMakeLists.txt Enables vc 2010 boost libraries for cmake 2011-12-03 01:12:57 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile minor changes 2011-11-23 17:14:29 +00:00
SConstruct Cycles 2011-12-01 16:33:21 +00:00