From bfdb9f9e0f1aa4f22138bfb023c4348b19c9eeeb Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sun, 16 Nov 2014 19:49:41 +0100 Subject: Cycles: Remove Integrator volume sampling flag, that was moved to Shader. --- intern/cycles/render/integrator.h | 1 - 1 file changed, 1 deletion(-) (limited to 'intern/cycles/render/integrator.h') 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; -- cgit v1.2.3