From 89cfeefab5149eb5e815740e222949c99b5525b3 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 28 Nov 2013 01:38:23 +0100 Subject: Cycles: experimental OSL ptex reading code. This code can't actually be enabled for building and is incomplete, but it's here because we know we want to support this at some point and there's not much reason to have it in a separate branch if a simple #ifdef can disable it. --- intern/cycles/render/nodes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intern/cycles/render/nodes.h') diff --git a/intern/cycles/render/nodes.h b/intern/cycles/render/nodes.h index 430c37158f4..d7a110af83b 100644 --- a/intern/cycles/render/nodes.h +++ b/intern/cycles/render/nodes.h @@ -66,6 +66,7 @@ public: SHADER_NODE_NO_CLONE_CLASS(ImageTextureNode) ~ImageTextureNode(); ShaderNode *clone() const; + void attributes(AttributeRequestSet *attributes); ImageManager *image_manager; int slot; @@ -87,6 +88,7 @@ public: SHADER_NODE_NO_CLONE_CLASS(EnvironmentTextureNode) ~EnvironmentTextureNode(); ShaderNode *clone() const; + void attributes(AttributeRequestSet *attributes); ImageManager *image_manager; int slot; -- cgit v1.2.3