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:
Diffstat (limited to 'intern/cycles/render/integrator.h')
-rw-r--r--intern/cycles/render/integrator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/render/integrator.h b/intern/cycles/render/integrator.h
index 6acc68a7402..32d84c27072 100644
--- a/intern/cycles/render/integrator.h
+++ b/intern/cycles/render/integrator.h
@@ -31,6 +31,7 @@ class Integrator : public Node {
public:
NODE_DECLARE
+ int min_bounce;
int max_bounce;
int max_diffuse_bounce;
@@ -38,6 +39,7 @@ class Integrator : public Node {
int max_transmission_bounce;
int max_volume_bounce;
+ int transparent_min_bounce;
int transparent_max_bounce;
int ao_bounces;