[Bf-docboard-svn] bf-manual: [9863] trunk/blender_docs/manual: Fix: Match text with UI "Display Channels"

Aaron Carlisle noreply at blender.org
Mon Jan 9 06:31:08 CET 2023


Revision: 9863
          https://developer.blender.org/rBM9863
Author:   Blendify
Date:     2023-01-09 06:31:08 +0100 (Mon, 09 Jan 2023)
Log Message:
-----------
Fix: Match text with UI "Display Channels"

Fixes T103295

Modified Paths:
--------------
    trunk/blender_docs/manual/editors/image/introduction.rst
    trunk/blender_docs/manual/editors/uv/introduction.rst
    trunk/blender_docs/manual/editors/video_sequencer/preview/header.rst
    trunk/blender_docs/manual/sculpt_paint/brush/brush_settings.rst

Modified: trunk/blender_docs/manual/editors/image/introduction.rst
===================================================================
--- trunk/blender_docs/manual/editors/image/introduction.rst	2023-01-09 04:54:38 UTC (rev 9862)
+++ trunk/blender_docs/manual/editors/image/introduction.rst	2023-01-09 05:31:08 UTC (rev 9863)
@@ -82,10 +82,12 @@
       Enable/disable the gizmos used to pan or zoom the 2D viewport,
       see :ref:`Navigation Gizmos <editors-image-navigate-gizmos>` for more information.
 
+.. _bpy.types.SpaceImageEditor.display_channels:
+
 Display Channels
    Select what color channels are displayed.
 
-   :Color and Alpha:
+   :Color & Alpha:
       Replaces transparent pixels with background checkerboard, denoting the alpha channel.
    :Color:
       Display the colored image, without alpha channel.

Modified: trunk/blender_docs/manual/editors/uv/introduction.rst
===================================================================
--- trunk/blender_docs/manual/editors/uv/introduction.rst	2023-01-09 04:54:38 UTC (rev 9862)
+++ trunk/blender_docs/manual/editors/uv/introduction.rst	2023-01-09 05:31:08 UTC (rev 9863)
@@ -153,7 +153,7 @@
 Display Channels
    Select what color channels are displayed.
 
-   :Color and Alpha:
+   :Color & Alpha:
       Replaces transparent pixels with background checkerboard, denoting the alpha channel.
    :Color:
       Display the colored image, without alpha channel.

Modified: trunk/blender_docs/manual/editors/video_sequencer/preview/header.rst
===================================================================
--- trunk/blender_docs/manual/editors/video_sequencer/preview/header.rst	2023-01-09 04:54:38 UTC (rev 9862)
+++ trunk/blender_docs/manual/editors/video_sequencer/preview/header.rst	2023-01-09 05:31:08 UTC (rev 9863)
@@ -66,7 +66,7 @@
 Display Channels
 ================
 
-Color and Alpha
+Color & Alpha
    Display preview image with transparency over checkerboard pattern.
 Color
    Ignore transparency of preview image (fully transparent areas will be black).

Modified: trunk/blender_docs/manual/sculpt_paint/brush/brush_settings.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/brush/brush_settings.rst	2023-01-09 04:54:38 UTC (rev 9862)
+++ trunk/blender_docs/manual/sculpt_paint/brush/brush_settings.rst	2023-01-09 05:31:08 UTC (rev 9863)
@@ -70,7 +70,8 @@
    .. tip::
 
       In order to see the effects of the Erase and Add Alpha mix modes in the Image Editor,
-      you must enable the alpha channel display by clicking the Display Alpha or the Alpha-Only button.
+      the :ref:`Display Channels <bpy.types.SpaceImageEditor.display_channels>`
+      must be set to *Color & Alpha* or *Alpha*.
       Transparent (no alpha) areas will then show a checkered background.
 
 Weight :guilabel:`Weight Paint`
@@ -278,4 +279,4 @@
 
 Color List
    Each color that belongs to the palette is presented in a list.
-   Clicking on a color will change the brush's primary *Color* to that color.
\ No newline at end of file
+   Clicking on a color will change the brush's primary *Color* to that color.



More information about the Bf-docboard-svn mailing list