From 9cd234256d1d3593ce0a5f1b09dbcec874c3abf2 Mon Sep 17 00:00:00 2001 From: Richard Antalik Date: Tue, 8 Oct 2024 23:44:25 +0200 Subject: [PATCH 1/3] Add note clarifying behavior object motion blur Ref: https://projects.blender.org/blender/blender/issues/128697 --- manual/render/cycles/object_settings/object_data.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manual/render/cycles/object_settings/object_data.rst b/manual/render/cycles/object_settings/object_data.rst index 2b7e3731c..6cc262192 100644 --- a/manual/render/cycles/object_settings/object_data.rst +++ b/manual/render/cycles/object_settings/object_data.rst @@ -111,6 +111,10 @@ Each object has its own motion blur settings along with the :doc:`Scene Level Motion Blur `. These settings can be found in the Object Properties tab of the Properties. +.. note:: + Disabled motion blur for an object does only apply to that object movement. Moving camera may cause + motion blur effect in rendered image. + .. _bpy.types.CyclesObjectSettings.motion_steps: Steps -- 2.30.2 From a32a4d361adf399eff95c1e7988535276b0e4d6f Mon Sep 17 00:00:00 2001 From: Richard Antalik Date: Sun, 13 Oct 2024 03:55:47 +0200 Subject: [PATCH 2/3] Clarify the note --- manual/render/cycles/object_settings/object_data.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manual/render/cycles/object_settings/object_data.rst b/manual/render/cycles/object_settings/object_data.rst index 6cc262192..3576b8492 100644 --- a/manual/render/cycles/object_settings/object_data.rst +++ b/manual/render/cycles/object_settings/object_data.rst @@ -112,8 +112,9 @@ the :doc:`Scene Level Motion Blur `. These settings can be found in the Object Properties tab of the Properties. .. note:: - Disabled motion blur for an object does only apply to that object movement. Moving camera may cause - motion blur effect in rendered image. + Disabled motion blur for an object only applies to that object motion. Even when motion blur is disabled, Objects + can be blurred in some cases, for example camera motion or animated focal length. + .. _bpy.types.CyclesObjectSettings.motion_steps: -- 2.30.2 From 44c12bb5836e8accf0f583c09704d578e987d378 Mon Sep 17 00:00:00 2001 From: Richard Antalik Date: Fri, 18 Oct 2024 10:55:14 +0200 Subject: [PATCH 3/3] Refine the note --- manual/render/cycles/object_settings/object_data.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/render/cycles/object_settings/object_data.rst b/manual/render/cycles/object_settings/object_data.rst index 3576b8492..1decf4cd5 100644 --- a/manual/render/cycles/object_settings/object_data.rst +++ b/manual/render/cycles/object_settings/object_data.rst @@ -112,9 +112,9 @@ the :doc:`Scene Level Motion Blur `. These settings can be found in the Object Properties tab of the Properties. .. note:: - Disabled motion blur for an object only applies to that object motion. Even when motion blur is disabled, Objects - can be blurred in some cases, for example camera motion or animated focal length. - + + This option only applies to the motion of the object itself. Disabling it does not affect motion blur from + other sources, such as camera motion or animated focal length. .. _bpy.types.CyclesObjectSettings.motion_steps: -- 2.30.2