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>2011-12-22 00:51:43 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-12-22 00:51:43 +0400
commitb65061e2ae95e92dea8b1009bf0cf4e02254dac2 (patch)
treef23d15bfe409197865d1aa8ddf877a562ac75ac3 /intern/cycles/render/integrator.h
parent2f90cfd423b49d28443bc69ad2cfe551622e0cdf (diff)
Cycles: code refactoring, to do render layer visibility test a bit different,
replacing the camera visibility flag with object layer flags.
Diffstat (limited to 'intern/cycles/render/integrator.h')
-rw-r--r--intern/cycles/render/integrator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/integrator.h b/intern/cycles/render/integrator.h
index 52032fa1a26..e610d670142 100644
--- a/intern/cycles/render/integrator.h
+++ b/intern/cycles/render/integrator.h
@@ -41,9 +41,9 @@ public:
bool transparent_shadows;
bool no_caustics;
- float blur_caustics;
int seed;
+ int layer_flag;
bool need_update;