[Bf-docboard-svn] bf-manual: [9508] branches/blender-3.3-release/blender_docs/manual/editors/clip/display/mask_display.rst: Mask Editor: Add mask blending factor for combined overlay

Aaron Carlisle noreply at blender.org
Mon Aug 22 21:00:46 CEST 2022


Revision: 9508
          https://developer.blender.org/rBM9508
Author:   Blendify
Date:     2022-08-22 21:00:45 +0200 (Mon, 22 Aug 2022)
Log Message:
-----------
Mask Editor: Add mask blending factor for combined overlay

rBeca0c95d51a8cede2475d1c77d5f6615623bda01

Modified Paths:
--------------
    branches/blender-3.3-release/blender_docs/manual/editors/clip/display/mask_display.rst

Modified: branches/blender-3.3-release/blender_docs/manual/editors/clip/display/mask_display.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/editors/clip/display/mask_display.rst	2022-08-20 23:27:10 UTC (rev 9507)
+++ branches/blender-3.3-release/blender_docs/manual/editors/clip/display/mask_display.rst	2022-08-22 19:00:45 UTC (rev 9508)
@@ -5,6 +5,7 @@
 
 This popover controls mask display options.
 
+.. _bpy.types.SpaceClipEditor.show_mask_spline:
 
 Spline
    Toggles the display of the mask splines.
@@ -11,14 +12,25 @@
    This option is useful while combined with the *Overlay* option below to see a simplified view of the mask.
    Note the splines must be enabled to select and edit the spline points.
 
+   .. _bpy.types.SpaceClipEditor.mask_display_type:
+
    Edge Display Type
       Style of the edge.
 
+.. _bpy.types.SpaceClipEditor.show_mask_overlay:
+
 Overlay
    Added mask overlay to both Image and Clip editors.
 
+   .. _bpy.types.SpaceClipEditor.mask_overlay_mode:
+
    Overlay Mode
       :Alpha Channel:
          Which displays the rasterized mask as a grayscale image.
       :Combined:
-         Which multiplies the image or clip with the mask.
+         Displays both the clip along with the mask overlayed on top.
+
+.. _bpy.types.SpaceClipEditor.blend_factor:
+
+Blending Factor
+   How much the clip is mixed with the grayscale mask representation when using "Combined" *Overlay Mode*.



More information about the Bf-docboard-svn mailing list