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:
authorThomas Dinges <blender@dingto.org>2014-02-11 17:14:13 +0400
committerThomas Dinges <blender@dingto.org>2014-02-11 17:14:43 +0400
commit5a35034fb3b046986a06837692bfa6c225f27878 (patch)
tree15a4431cb032a9a98dd79328dd4e16444207eff6 /intern/cycles/render/film.h
parent4bf4c4111e63466c42987e185d8f2e09d7b17186 (diff)
Fix Cycles Light Passes being always enabled, own regression in Clamp commit yesterday.
KernelIntegrator just doesn't have valid data at this point, so we need to go one level deeper.
Diffstat (limited to 'intern/cycles/render/film.h')
-rw-r--r--intern/cycles/render/film.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/render/film.h b/intern/cycles/render/film.h
index 1e1c775aac3..cc7183bfd95 100644
--- a/intern/cycles/render/film.h
+++ b/intern/cycles/render/film.h
@@ -61,6 +61,7 @@ public:
float mist_falloff;
bool use_light_visibility;
+ bool use_sample_clamp;
bool need_update;