[Bf-docboard-svn] bf-manual: [8402] trunk/blender_docs/manual: Cleanup: Refactor VSE overlay settings

Aaron Carlisle noreply at blender.org
Mon Sep 20 23:10:59 CEST 2021


Revision: 8402
          https://developer.blender.org/rBM8402
Author:   Blendify
Date:     2021-09-20 23:10:57 +0200 (Mon, 20 Sep 2021)
Log Message:
-----------
Cleanup: Refactor VSE overlay settings

rB7cb65e45814db6559ffa48c26b3d000e0f78c4bb

Modified Paths:
--------------
    trunk/blender_docs/manual/editors/video_sequencer/sequencer/display.rst
    trunk/blender_docs/manual/video_editing/preview/introduction.rst

Modified: trunk/blender_docs/manual/editors/video_sequencer/sequencer/display.rst
===================================================================
--- trunk/blender_docs/manual/editors/video_sequencer/sequencer/display.rst	2021-09-20 18:37:45 UTC (rev 8401)
+++ trunk/blender_docs/manual/editors/video_sequencer/sequencer/display.rst	2021-09-20 21:10:57 UTC (rev 8402)
@@ -4,6 +4,7 @@
 *******
 
 .. _bpy.types.SpaceSequenceEditor.show_strip_overlay:
+.. _bpy.types.SequencerTimelineOverlay:
 
 Sequencer Overlays
 ==================
@@ -11,32 +12,32 @@
 Overlays are information that is displayed on top of the strip region.
 There is a toggle to display or hide all overlays for the strip region.
 
-.. _bpy.types.SpaceSequenceEditor.show_strip_name:
+.. _bpy.types.SequencerTimelineOverlay.show_strip_name:
 
 Name
    Shows the :ref:`Name <bpy.types.Sequence.name>` on the strip.
 
-.. _bpy.types.SpaceSequenceEditor.show_strip_source:
+.. _bpy.types.SequencerTimelineOverlay.show_strip_source:
 
 Source
    Shows the path to the strip file on the strip.
 
-.. _bpy.types.SpaceSequenceEditor.show_strip_duration:
+.. _bpy.types.SequencerTimelineOverlay.show_strip_duration:
 
 Duration
    Shows the length of the strip in frames on the strip.
 
-.. _bpy.types.SpaceSequenceEditor.show_strip_offset:
+.. _bpy.types.SpaceSequeSequencerTimelineOverlaynceEditor.show_strip_offset:
 
 Offsets
    Shows overflow bars of "extra" content from either cutting or sliding strips.
 
-.. _bpy.types.SpaceSequenceEditor.show_fcurves:
+.. _bpy.types.SequencerTimelineOverlay.show_fcurves:
 
 F-Curves
    Show animation curves for opacity and volume values as darkened sections of the strip.
 
-.. _bpy.types.SpaceSequenceEditor.waveform_display_type:
+.. _bpy.types.SequencerTimelineOverlay.waveform_display_type:
 
 Waveform Display
    Global options for waveform display on sound strips.

Modified: trunk/blender_docs/manual/video_editing/preview/introduction.rst
===================================================================
--- trunk/blender_docs/manual/video_editing/preview/introduction.rst	2021-09-20 18:37:45 UTC (rev 8401)
+++ trunk/blender_docs/manual/video_editing/preview/introduction.rst	2021-09-20 21:10:57 UTC (rev 8402)
@@ -87,6 +87,8 @@
    Ignore transparency of preview image (fully transparent areas will be black).
 
 
+.. _bpy.types.SequencerPreviewOverlay:
+
 Overlays
 --------
 
@@ -99,17 +101,17 @@
    Displays the :ref:`Frame Overlay <bpy.types.SequenceEditor.show_overlay>`,
    to compare the current frame to a reference frame.
 
-.. _bpy.types.SpaceSequenceEditor.show_safe_areas:
+.. _bpy.types.SequencerPreviewOverlay.show_safe_areas:
 
 Safe Areas
    Display an overlay on the preview, marking where the title safe regions are.
 
-.. _bpy.types.SpaceSequenceEditor.show_metadata:
+.. _bpy.types.SequencerPreviewOverlay.show_metadata:
 
 Metadata
    Display Image metadata in the preview area.
 
-.. _bpy.types.SpaceSequenceEditor.show_annotation:
+.. _bpy.types.SequencerPreviewOverlay.show_annotation:
 
 Annotations
    Displays :doc:`Annotations </interface/annotate_tool>` in the preview region.



More information about the Bf-docboard-svn mailing list