HSV Color Node for Cycles
......................... note, the OSL code has a problem. In the original node the input and output nodes have the same name (Color). So this will be fixed here once Brecht come up with a nice autorenaming (or we do a doversion patch) for that.
This commit is contained in:
@@ -302,6 +302,11 @@ public:
|
||||
SHADER_NODE_CLASS(SeparateRGBNode)
|
||||
};
|
||||
|
||||
class HSVNode : public ShaderNode {
|
||||
public:
|
||||
SHADER_NODE_CLASS(HSVNode)
|
||||
};
|
||||
|
||||
class AttributeNode : public ShaderNode {
|
||||
public:
|
||||
SHADER_NODE_CLASS(AttributeNode)
|
||||
|
Reference in New Issue
Block a user