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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-01-12 21:56:52 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-01-13 01:57:14 +0300
commit5cf032678ff969688b6eefb8db6b241ac8934860 (patch)
tree8020097cbddbe6dc8111e8960cc649e83f01754a /intern/cycles/render/scene.h
parenta33a5880f7af985a2418e87c2debed8130bf96d4 (diff)
Code cleanup: remove test code to disable motion blur, no longer useful.
Diffstat (limited to 'intern/cycles/render/scene.h')
-rw-r--r--intern/cycles/render/scene.h2
1 files changed, 1 insertions, 1 deletions
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();