blender/intern
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
..
audaspace Fix for uninitialized usage of spos in AUD_LinearResampleReader::read 2011-11-14 19:44:49 +00:00
boolop correct indentation and some whitespace edits (no functional changes) 2011-11-11 13:09:14 +00:00
bsp correct indentation and some whitespace edits (no functional changes) 2011-11-11 13:09:14 +00:00
container correct indentation and some whitespace edits (no functional changes) 2011-11-11 13:09:14 +00:00
cycles Invert Color Cycles Node 2011-12-03 23:05:35 +00:00
decimation correct indentation and some whitespace edits (no functional changes) 2011-11-11 13:09:14 +00:00
elbeem remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
ffmpeg Cycles: svn merge -r41225:41232 ^/trunk/blender 2011-10-24 22:32:00 +00:00
ghost OSX: Fix more UTF8 issues, todo: use correct font 2011-11-23 07:39:59 +00:00
guardedalloc remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
iksolver remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
itasc OSX: buildfix for itask on 10.5.sdk 2011-11-15 21:55:07 +00:00
memutil remove header text: 2011-11-29 10:54:47 +00:00
mikktspace remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
moto Cycles: svn merge -r41225:41232 ^/trunk/blender 2011-10-24 22:32:00 +00:00
opennl tweak remove_strict_flags so it can be used with gcc's -Wall 2011-10-27 07:26:41 +00:00
smoke remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
string remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
CMakeLists.txt Cycles: svn merge -r41225:41232 ^/trunk/blender 2011-10-24 22:32:00 +00:00
SConscript Add compiles support for Cycles. 2011-11-08 20:40:02 +00:00