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:
@@ -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();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user