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-04-13 16:58:12 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-04-13 16:58:12 +0400
commit88a261c13b8ac203e2a7ea936cd8b277b8a07c9f (patch)
tree1648b66a0eff11279a52c07cee7f94d4d742b57d /intern/cycles/render/background.h
parent11d24cb58f527884bfbb36fdff70c016d50c919c (diff)
Cycles: add render layer use environment option to disable world lighting on
individual render layers.
Diffstat (limited to 'intern/cycles/render/background.h')
-rw-r--r--intern/cycles/render/background.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/render/background.h b/intern/cycles/render/background.h
index 40dacd9d6b1..3c1cd3915e5 100644
--- a/intern/cycles/render/background.h
+++ b/intern/cycles/render/background.h
@@ -32,6 +32,8 @@ public:
float ao_factor;
float ao_distance;
+ bool use;
+
bool transparent;
bool need_update;