Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-11-21 17:00:51 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-11-21 17:00:51 +0400
commit90cdf34f560b0527b4211ebd5f941e4265bac8d0 (patch)
treec4eaddceb299f3d9e6825eeb82f40c7198995f30 /intern/cycles/render/nodes.h
parentfde8b0f7bc4c837075b7f7d7e51028e53a7a80fe (diff)
Fix #32796: cycles did not support image auto refresh option.
Diffstat (limited to 'intern/cycles/render/nodes.h')
-rw-r--r--intern/cycles/render/nodes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/render/nodes.h b/intern/cycles/render/nodes.h
index d8f88cde259..3e89c2286ad 100644
--- a/intern/cycles/render/nodes.h
+++ b/intern/cycles/render/nodes.h
@@ -73,6 +73,7 @@ public:
ustring color_space;
ustring projection;
float projection_blend;
+ bool animated;
static ShaderEnum color_space_enum;
static ShaderEnum projection_enum;
@@ -90,6 +91,7 @@ public:
string filename;
ustring color_space;
ustring projection;
+ bool animated;
static ShaderEnum color_space_enum;
static ShaderEnum projection_enum;