Motion Blur(モーションブラー)

参照

Panel(パネル):

Render(レンダー) ‣ Motion Blur(モーションブラー)

Blenderのアニメーションは、デフォルトで 完全な静止 画像のシーケンスとしてレンダリングされます。ストップモーションやタイムラプスには最適ですが、動きの速いオブジェクトは、ムービーフレームでも実際のカメラからの写真でも、動きの方向にブラーが現れるため、これは非現実的です。

注釈

Motion blur is only visible in the viewport during animation playback and uses a simpler algorithm than final render. Same thing applies to Viewport Renders.

Position(位置)

現在のフレームに対してシャッターが開くポイントを制御します。

Start on Frame(フレームで開始):

現在のフレームでシャッターを開きはじめます。

Center on Frame(フレーム中開放):

現在のフレーム中、シャッターを開放します。

End on Frame(フレームで終了):

現在のフレームでシャッターを閉じます。

Shutter(シャッター)

シャッターが開いてから閉じるまでにかかる時間(フレーム単位)。

Bleeding Bias

前景の背景がブラーしないようにするために、後処理のブラーで使用されます。値を低くすると、前景要素への背景のにじみが減少します。

Max Blur(最大ブラー)

Max Blur(最大ブラー)は、ブラーが計算されるピクセル数を制限することにより、最適化ツールとして機能することを目的としています。

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.

Shutter Curve

Use a custom shutter curve.

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

モーションブラーなし。

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

後処理ブラーのみ。

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

後処理ブラーなしの4つのタイムステップ。

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

後処理ブラーありの4つのタイムステップ。

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

後処理ブラーなしの32のタイムステップ。

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

後処理ブラーありの32のタイムステップ。