[Bf-docboard-svn] bf-manual: [8392] trunk/blender_docs/manual/render: Cycles: add view layer option to disable motion blur, in the Filter panel

Aaron Carlisle noreply at blender.org
Wed Sep 15 22:08:44 CEST 2021


Revision: 8392
          https://developer.blender.org/rBM8392
Author:   Blendify
Date:     2021-09-15 22:08:44 +0200 (Wed, 15 Sep 2021)
Log Message:
-----------
Cycles: add view layer option to disable motion blur, in the Filter panel

rB23042a3fb189620a6d908ced1af98b10ad2f8afd

Modified Paths:
--------------
    trunk/blender_docs/manual/render/cycles/render_settings/motion_blur.rst
    trunk/blender_docs/manual/render/layers/introduction.rst

Modified: trunk/blender_docs/manual/render/cycles/render_settings/motion_blur.rst
===================================================================
--- trunk/blender_docs/manual/render/cycles/render_settings/motion_blur.rst	2021-09-15 20:07:31 UTC (rev 8391)
+++ trunk/blender_docs/manual/render/cycles/render_settings/motion_blur.rst	2021-09-15 20:08:44 UTC (rev 8392)
@@ -1,3 +1,4 @@
+.. _bpy.types.RenderSettings.use_motion_blur:
 
 ***********
 Motion Blur

Modified: trunk/blender_docs/manual/render/layers/introduction.rst
===================================================================
--- trunk/blender_docs/manual/render/layers/introduction.rst	2021-09-15 20:07:31 UTC (rev 8391)
+++ trunk/blender_docs/manual/render/layers/introduction.rst	2021-09-15 20:08:44 UTC (rev 8392)
@@ -122,35 +122,53 @@
 For the engine-independent settings, see :ref:`this section <render-layers>`.
 
 
-.. _bpy.types.ViewLayer.use_sky:
-.. _bpy.types.ViewLayer.use_ao:
-.. _bpy.types.ViewLayer.use_solid:
-.. _bpy.types.ViewLayer.use_strand:
-
 Filter
 ------
 
+.. _bpy.types.ViewLayer.use_sky:
+
 Include
    Environment
       Disables rendering the *Environment* render pass in the final render.
+   
+   .. _bpy.types.ViewLayer.use_ao:
+
    Ambient Occlusion
       Disables rendering the *Ambient Occlusion* render pass in the final render.
+   
+   .. _bpy.types.ViewLayer.use_solid:
+   
    Surfaces
       Disables rendering object materials in the final render.
+   
+   .. _bpy.types.ViewLayer.use_strand:
+
    Hair
       Disables rendering hair strands in the final render.
+   
+   .. _bpy.types.ViewLayer.use_volumes:
+
    Volume
       Disables rendering :doc:`Volumes </modeling/volumes/index>` in the final render.
 
+.. _bpy.types.ViewLayer.use_motion_blur:
 
-.. _bpy.types.ViewLayer.material_override:
-.. _bpy.types.ViewLayer.samples:
+Use
+   Motion Blur
+      Render motion blur for this Layer,
+      if enabled in the :ref:`Render Settings <bpy.types.RenderSettings.use_motion_blur>`.
 
+
 Override
 --------
 
+.. _bpy.types.ViewLayer.material_override:
+
 Material Override
    Overrides all materials in the render layer.
+
+.. _bpy.types.ViewLayer.samples:
+
 Samples
    View layer samples to override the scene samples.
    Controlled by the :ref:`layer samples <render-cycles-integrator-layer-samples>` in the Sampling panel.



More information about the Bf-docboard-svn mailing list