blender/intern/cycles
Thomas Dinges 6d9720ef63 Cycles / Blackbody to RGB node:
* Added a node to convert a temperature in Kelvin to an RGB color. This can be used e.g. for lights, to easily find the right color temperature. 
= Some common temperatures =
Candle light: 1500 Kelvin
Sunset/Sunrise: 1850 Kelvin
Studio lamps: 3200 Kelvin
Horizon daylight: 5000 Kelvin

Documentation: http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Cycles/Nodes/More#Blackbody

Thanks to Philipp Oeser (lichtwerk), who essentially contributed to this with a patch! :)

This is part of my GSoC 2013 project. SVN merge of r57424, r57487, r57507, r57525, r58253 and r58774
2013-07-31 20:56:32 +00:00
..
app code cleanup: compiler warnings 2013-07-21 16:40:34 +00:00
blender Cycles / Blackbody to RGB node: 2013-07-31 20:56:32 +00:00
bvh Cycles: 2013-07-30 09:26:45 +00:00
cmake Cycles / CMake: 2012-11-09 18:31:04 +00:00
device Cycles / CPU Rendering: 2013-07-20 00:40:03 +00:00
doc edits to cycles cmake files so cmake_consistency_check.py can parse them. 2011-11-08 20:27:37 +00:00
kernel Cycles / Blackbody to RGB node: 2013-07-31 20:56:32 +00:00
render Cycles / Blackbody to RGB node: 2013-07-31 20:56:32 +00:00
subd Cycles: 2013-06-04 17:20:00 +00:00
util code cleanup: compiler warnings 2013-07-21 16:40:34 +00:00
CMakeLists.txt Arrempt to fix Cycles compilation with Clang 2013-07-07 18:29:57 +00:00
SConscript Cycles: optimized SSE BVH traversal now also works with SSE2 CPUs, so all the 2013-06-19 17:54:26 +00:00