Motion Blur (размытие при движении)#

Справка

Панель:

Render ‣ Motion Blur

По умолчанию, анимации в Blender визуализируются как последовательность совершенно неподвижных изображений. Хотя они отлично подходят для эффектов остановки движения и провалов во времени, выглядит это нереалистично, поскольку быстро движущиеся объекты должны быть размыты по направлению своего движения, как в кадре фильма, так и на фотографии с реальной камеры.

Примечание

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

Position (положение)

Controls at what point the shutter opens in relation to the current frame.

Start on Frame

Shutter is starting to open at the current frame.

Center on Frame

Shutter is fully opened at the current frame.

End on Frame

Shutter is fully closed at the current frame.

Shutter

Time (in frames) taken between shutter open and close.

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.

Пример#

../../../_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.#