From 238f3a7d343875992f5b9c2ad657f2bc6f148938 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 29 Oct 2011 14:27:24 +0000 Subject: Cycles: seed value to get different noise values from renders, there was a patch for this but I've implemented it differently. --- intern/cycles/render/integrator.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'intern/cycles/render/integrator.h') diff --git a/intern/cycles/render/integrator.h b/intern/cycles/render/integrator.h index 5bab4470089..52032fa1a26 100644 --- a/intern/cycles/render/integrator.h +++ b/intern/cycles/render/integrator.h @@ -42,6 +42,9 @@ public: bool no_caustics; float blur_caustics; + + int seed; + bool need_update; Integrator(); -- cgit v1.2.3