Cycles / Blackbody node:

* First step towards a Blackbody to RGB converter. You can specify a color in Kelvin inside the node.
* Only implemented for OSL atm, SVM will follow.
This commit is contained in:
Thomas Dinges
2013-06-13 08:55:51 +00:00
parent 182914873a
commit d523d27e62
13 changed files with 123 additions and 0 deletions

View File

@@ -219,6 +219,7 @@ shader_node_categories = [
NodeItem("ShaderNodeSeparateRGB"),
NodeItem("ShaderNodeCombineRGB"),
NodeItem("ShaderNodeWavelength"),
NodeItem("ShaderNodeBlackbody"),
]),
ShaderNewNodeCategory("SH_NEW_SCRIPT", "Script", items=[
NodeItem("ShaderNodeScript"),