Motion Blur – Розмив Рухом#

Reference – Довідка

Panel – Панель:

«Рендер > Розмив Рухом» – Render ‣ Motion Blur

Blender’s animations are by default rendered as a sequence of perfectly still images. While great for stop-motion and time-lapses, this is unrealistic, since fast-moving objects do appear to be blurred in the direction of motion, both in a movie frame and in a photograph from a real-world camera.

Примітка

Motion blur is only available in final renders and is not shown in the 3D Viewport and thus Viewport Renders.

Position – Позиція

Керує тим, в який момент відкривається затвор, відносно поточного кадру.

Старт на Кадрі – Start on Frame

Затвор починає відкриватися на поточному кадрі.

Центр на Кадрі – Center on Frame

Затвор повністю відкривається на поточному кадрі.

Кінець на Кадрі – End on Frame

Затвор повністю закривається на поточному кадрі.

Shutter – Затвор

Час (у кадрах), що проходить між відкриттям та закриттям затвора.

Background Separation

Used by the post-process blur to avoid blurring the background over the foreground. Lower values will reduce background bleeding onto foreground elements.

Max Blur – Макс Розмиву

Maximum blur distance a pixel can spread over. A value of 0 will disable the post-process blur and only use the accumulation blur.

Примітка

High maximum blur values may also reduce the quality.

EEVEE uses a fast post-process vector blur using a vector motion pass. This blurs the image between three time steps using pixel velocity. This technique is fast and produces clean gradients, but issues can occur at object borders or if the motion is locally too complex; for example, if there are many vector variations in a small area.

This technique uses random sampling and the noise amount is proportional to the sample count found in Properties ‣ Render ‣ Sampling ‣ Render Samples.

Примітка

Memory usage (VRAM) will be three times higher for objects using deformation motion blur if using post-process blur.

Примітка

Alpha blended surface or volumetric effects will not have the correct velocity and will not be correctly blurred by this technique. Use the accumulation blur for that.

Steps – Кроки

This controls the number of steps used by the accumulation blur and thus its accuracy. More steps means longer render time.

Примітка

When using multiple time steps, the render sample count is rounded up to the next multiple of steps to ensure even distribution of samples across steps.

EEVEE splits the render into multiple time steps and accumulates the result which is known as Accumulation Motion Blur. This technique is precise but requires many steps for clean gradients. This is used in combination with the post-process blur to handle the inter-step gaps. Each step corresponds to a full scene re-evaluation and can add a lot of overhead to the render time. By adding more steps you can also reduce the Max Blur options because the post-process blur has to cover a smaller distance.

Example – Приклад#

../../../_images/render_eevee_render-settings_motion-blur_1step-nofx.png

No motion blur.#

../../../_images/render_eevee_render-settings_motion-blur_1step-fx.png

Only post-process blur.#

../../../_images/render_eevee_render-settings_motion-blur_4step-nofx.png

4 time steps without post-process blur.#

../../../_images/render_eevee_render-settings_motion-blur_4step-fx.png

4 time steps with post-process blur.#

../../../_images/render_eevee_render-settings_motion-blur_32step-nofx.png

32 time steps without post-process blur.#

../../../_images/render_eevee_render-settings_motion-blur_32step-fx.png

32 time steps with post-process blur.#