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:

committed by
Brecht Van Lommel

parent
288147334c
commit
cb7cfd3ab6
@@ -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)
|
||||
|
Reference in New Issue
Block a user