[Bf-docboard-svn] bf-manual: [9530] trunk/blender_docs/manual/render/cycles/render_settings/sampling.rst: Cycles: update for Sobol-Burley

Brecht Van Lommel noreply at blender.org
Fri Sep 2 18:15:58 CEST 2022


Revision: 9530
          https://developer.blender.org/rBM9530
Author:   brecht
Date:     2022-09-02 18:15:58 +0200 (Fri, 02 Sep 2022)
Log Message:
-----------
Cycles: update for Sobol-Burley

Based on initial patch by Alaska.

Differential Revision: https://developer.blender.org/D15848

Modified Paths:
--------------
    trunk/blender_docs/manual/render/cycles/render_settings/sampling.rst

Modified: trunk/blender_docs/manual/render/cycles/render_settings/sampling.rst
===================================================================
--- trunk/blender_docs/manual/render/cycles/render_settings/sampling.rst	2022-09-02 03:18:02 UTC (rev 9529)
+++ trunk/blender_docs/manual/render/cycles/render_settings/sampling.rst	2022-09-02 16:15:58 UTC (rev 9530)
@@ -165,20 +165,15 @@
 
 Pattern
    Random sampling pattern used by the integrator.
-   When :ref:`bpy.types.CyclesRenderSettings.use_adaptive_sampling` is enabled,
-   *Progressive Multi-Jitter* is always used instead of *Sobol*.
 
-   :Sobol:
-      Uses a Sobol pattern to decide the random sampling pattern used by the integrator.
-      See `Sobol sequence <https://en.wikipedia.org/wiki/Sobol_sequence>`__ on Wikipedia for more information.
    :Progressive Multi-Jitter:
-      Uses a progressive multi-jitter pattern to decide the random sampling pattern used by the integrator.
-      Its advantage is to provide a good distribution of samples over iterating sample counts.
-      Because of its good distribution over a range of different sample counts,
-      this sample pattern is used for `Adaptive Sampling`_.
-      See `this Pixar paper <https://graphics.pixar.com/library/ProgressiveMultiJitteredSampling/paper.pdf>`__
-      for more information.
+      Based on `Progressive Multi-Jittered Sample Sequences <https://graphics.pixar.com/library/ProgressiveMultiJitteredSampling/paper.pdf>`__.
+      This is the default pattern and the only one that supports Scrambling Distance.
 
+   :Sobol-Burley:
+      Based on `Practical Hash-based Owen Scrambling <https://jcgt.org/published/0009/04/01/paper.pdf>`__.
+      An alternative pattern with the same quality as Progressive Multi-Jitter.
+
 .. _bpy.types.CyclesRenderSettings.sample_offset:
 
 Sample Offset



More information about the Bf-docboard-svn mailing list