[Bf-docboard-svn] bf-manual: [8434] trunk/blender_docs/manual: Attempt to clarify information around denoising

Alaska noreply at blender.org
Fri Sep 24 23:17:58 CEST 2021


Revision: 8434
          https://developer.blender.org/rBM8434
Author:   Alaska
Date:     2021-09-24 23:17:57 +0200 (Fri, 24 Sep 2021)
Log Message:
-----------
Attempt to clarify information around denoising

Modified Paths:
--------------
    trunk/blender_docs/manual/compositing/types/filter/denoise.rst
    trunk/blender_docs/manual/render/cycles/render_settings/sampling.rst

Modified: trunk/blender_docs/manual/compositing/types/filter/denoise.rst
===================================================================
--- trunk/blender_docs/manual/compositing/types/filter/denoise.rst	2021-09-24 06:31:38 UTC (rev 8433)
+++ trunk/blender_docs/manual/compositing/types/filter/denoise.rst	2021-09-24 21:17:57 UTC (rev 8434)
@@ -37,14 +37,16 @@
 
 Prefilter
    :None: 
-      Assumes that the *auxiliary passes* (Albedo and Normal) are noise free while denoising and does not do 
-      any preprocessing on the *auxiliary passes*. This option retains the most detail and is the fastest.
+      Does not apply any prefiltering to the *auxiliary passes*. This option retains the most detail and
+      is the fastest, but assumes the *auxiliary passes* are noise free which may require a high sample
+      count. If the *auxilary passes* aren't noise free, then noise will remain in the image after 
+      denoising.
    :Fast: 
-      Assumes the *auxiliary passes* are not noise free, but does not apply processing to the 
-      *auxiliary passes*. This option is faster than *Accurate* but generally produces a blurrier result.
+      Assumes the *auxiliary passes* are not noise free, but does not apply prefiltering to the 
+      *auxiliary passes*. This option is faster than *Accurate* but produces a blurrier result.
    :Accurate: 
       Prefilters the auxiliary passes before denoising to reduce noise. This option usually produces
-      more detailed results than *Fast* with increase processing time.
+      more detailed results than *Fast* with increased processing time.
 HDR
    Preserve colors outside the 0 to 1 range.
 

Modified: trunk/blender_docs/manual/render/cycles/render_settings/sampling.rst
===================================================================
--- trunk/blender_docs/manual/render/cycles/render_settings/sampling.rst	2021-09-24 06:31:38 UTC (rev 8433)
+++ trunk/blender_docs/manual/render/cycles/render_settings/sampling.rst	2021-09-24 21:17:57 UTC (rev 8434)
@@ -128,30 +128,32 @@
    It is recommended to at least use *Color + Albedo* as just *Color* can blur out details,
    especially at lower sample counts.
 
-   :Color: Denoise the color data.
-   :Color + Albedo: Denoise the color and albedo data.
-   :Color + Albedo + Normal: Denoise the color, albedo, and normal pass data.
+   :Color: Denoises the image using color data.
+   :Color + Albedo: Denoises the image using color and albedo data.
+   :Color + Albedo + Normal: Denoises the image using color, albedo, and normal pass data.
 
 .. _bpy.types.CyclesRenderSettings.preview_denoising_prefilter:
 .. _bpy.types.CyclesRenderSettings.denoising_prefilter:
 
 Prefilter
+   Visible only when using *OpenImageDenoise*
+   
    Controls whether or not prefiltering is applied to auxiliary passes (Albedo and Normal) for use when
    denoising.
 
    :None: 
-      Assumes that the *auxiliary passes* are noise free while denoising and does not do any preprocessing
-      on the *auxiliary passes*. This option retains the most detail and is the fastest.
+      Does not apply any prefiltering to the *auxiliary passes*. This option retains the most detail and
+      is the fastest, but assumes the *auxiliary passes* are noise free which may require a high sample
+      count. If the *auxilary passes* aren't noise free, then noise will remain in the image after 
+      denoising.
    :Fast: 
-      Assumes the *auxiliary passes* are not noise free, but does not apply processing to the 
-      *auxiliary passes*. This option is faster than *Accurate* but generally produces a blurrier result.
+      Assumes the *auxiliary passes* are not noise free, but does not apply prefiltering to the 
+      *auxiliary passes*. This option is faster than *Accurate* but produces a blurrier result.
    :Accurate: 
       Prefilters the auxiliary passes before denoising to reduce noise. This option usually produces
-      more detailed results than *Fast* with increase processing time.
+      more detailed results than *Fast* with increased processing time.
 
-   Visible only when using *OpenImageDenoise*
 
-
 Advanced
 ========
 



More information about the Bf-docboard-svn mailing list