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-11-16 21:49:41 +0300
committerThomas Dinges <blender@dingto.org>2014-11-16 21:50:14 +0300
commitbfdb9f9e0f1aa4f22138bfb023c4348b19c9eeeb (patch)
tree997662b0cd3e41d4fe046ecba2680bc32ccddeae /intern/cycles/render/integrator.h
parenta15d584a4f17c6234ed5c07214121779a790fee3 (diff)
Cycles: Remove Integrator volume sampling flag, that was moved to Shader.
Diffstat (limited to 'intern/cycles/render/integrator.h')
-rw-r--r--intern/cycles/render/integrator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/render/integrator.h b/intern/cycles/render/integrator.h
index 13c10e8ca94..110c354823b 100644
--- a/intern/cycles/render/integrator.h
+++ b/intern/cycles/render/integrator.h
@@ -39,7 +39,6 @@ public:
int transparent_max_bounce;
bool transparent_shadows;
- int volume_homogeneous_sampling;
int volume_max_steps;
float volume_step_size;