Cycles: add dedicated UV Map node, easier to find and has convenient auto complete.

Fixes T37954.

Reviewed By: brecht, dingto

Differential Revision: https://developer.blender.org/D230
This commit is contained in:
Kevin Dietrich
2014-04-02 11:40:29 +02:00
committed by Brecht Van Lommel
parent 288147334c
commit cb7cfd3ab6
17 changed files with 217 additions and 1 deletions

View File

@@ -350,6 +350,15 @@ public:
bool from_dupli;
};
class UVMapNode : public ShaderNode {
public:
SHADER_NODE_CLASS(UVMapNode)
void attributes(Shader *shader, AttributeRequestSet *attributes);
ustring attribute;
bool from_dupli;
};
class LightPathNode : public ShaderNode {
public:
SHADER_NODE_CLASS(LightPathNode)