运动模糊

    面板

    渲染 ‣ 运动模糊

    快门

    一帧以内快门打开到关闭的时间占比。

    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.

    It 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 produce clean gradients but issues can occur at object borders or if the motion is locally too complex (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.

    Note

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

    Note

    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

    Note

    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.