Fix cycles motion blur not working correct with shutter time > 2.0. The soft

limit is 2.0, and anything beyond that is extrapolation which might not work
so well but is still allowed.
This commit is contained in:
Brecht Van Lommel
2012-10-17 17:27:30 +00:00
parent 11908552db
commit 4ad103cedd
3 changed files with 10 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ public:
void tag_update(Scene *scene);
void compute_bounds(bool motion_blur);
void compute_bounds(bool motion_blur, float shuttertime);
void apply_transform();
};