From 5cf032678ff969688b6eefb8db6b241ac8934860 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 12 Jan 2018 19:56:52 +0100 Subject: Code cleanup: remove test code to disable motion blur, no longer useful. --- intern/cycles/render/scene.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/render/scene.h') diff --git a/intern/cycles/render/scene.h b/intern/cycles/render/scene.h index 81b00b922e5..5f717e93b43 100644 --- a/intern/cycles/render/scene.h +++ b/intern/cycles/render/scene.h @@ -213,7 +213,7 @@ public: void need_global_attributes(AttributeRequestSet& attributes); enum MotionType { MOTION_NONE = 0, MOTION_PASS, MOTION_BLUR }; - MotionType need_motion(bool advanced_shading = true); + MotionType need_motion(); float motion_shutter_time(); bool need_update(); -- cgit v1.2.3