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

参照

Panel(パネル):

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

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

注釈

Motion blur(モーションブラー)は最終レンダリングでのみ使用可能であり、3D Viewport(3Dビューポート)、つまり Viewport Renders(ビューポートレンダー) には表示されません。

Position(位置)

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

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

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

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

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

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

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

Shutter(シャッター)

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

Background Separation(背景の分離)

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

Max Blur(最大ブラー)

ピクセルが広がることができる最大ブラー距離。値0は、後処理ブラーを無効にし、累積ブラーのみを使用します。

注釈

最大ブラー値が高いと、品質が低下する可能性もあります。

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.

この手法はランダムサンプリングを使用し、ノイズ量は Properties(プロパティ) ‣ Render(レンダー) ‣ Sampling(サンプリング) ‣ Render Samples(レンダーのサンプル数) にあるサンプル数に比例します。

注釈

後処理ブラーを使用する場合、変形モーションブラーを使用するオブジェクトのメモリ使用量(VRAM)は3倍高くなります。

注釈

アルファブレンドしたサーフェスまたはボリューメトリック効果は正しい速度を持たず、このテクニックでは正しくぼやけません。そのために累積ブラーを使用します。

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

モーションブラーなし。#

../../../_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のタイムステップ。#