[Bf-docboard-svn] bf-manual: [8296] trunk/blender_docs/manual: Video Sequencer: Move sequencer overlays to editor docs

Aaron Carlisle noreply at blender.org
Sat Aug 7 19:53:11 CEST 2021


Revision: 8296
          https://developer.blender.org/rBM8296
Author:   Blendify
Date:     2021-08-07 19:53:11 +0200 (Sat, 07 Aug 2021)
Log Message:
-----------
Video Sequencer: Move sequencer overlays to editor docs

Modified Paths:
--------------
    trunk/blender_docs/manual/editors/video_sequencer/sequencer/index.rst
    trunk/blender_docs/manual/video_editing/sequencer/navigating.rst

Added Paths:
-----------
    trunk/blender_docs/manual/editors/video_sequencer/sequencer/display.rst

Added: trunk/blender_docs/manual/editors/video_sequencer/sequencer/display.rst
===================================================================
--- trunk/blender_docs/manual/editors/video_sequencer/sequencer/display.rst	                        (rev 0)
+++ trunk/blender_docs/manual/editors/video_sequencer/sequencer/display.rst	2021-08-07 17:53:11 UTC (rev 8296)
@@ -0,0 +1,47 @@
+
+*******
+Display
+*******
+
+.. _bpy.types.SpaceSequenceEditor.show_strip_overlay:
+
+Sequencer Overlays
+==================
+
+Overlays are information that is displayed on top of the strip region.
+There is a switch to turn off/on all overlays for the strip region.
+
+.. _bpy.types.SpaceSequenceEditor.show_strip_name:
+
+Name
+   Shows the :ref:`Name <bpy.types.Sequence.name>` on the strip.
+
+.. _bpy.types.SpaceSequenceEditor.show_strip_source:
+
+Source
+   Shows the path to the strip file on the strip.
+
+.. _bpy.types.SpaceSequenceEditor.show_strip_duration:
+
+Duration
+   Shows the length of the strip in frames on the strip.
+
+.. _bpy.types.SpaceSequenceEditor.show_strip_offset:
+
+Offsets
+   Shows overflow bars of "extra" content from either cutting or sliding strips.
+
+.. _bpy.types.SpaceSequenceEditor.show_fcurves:
+
+F-Curves
+   Show animation curves for opacity and volume values as darkened sections of the strip.
+
+.. _bpy.types.SpaceSequenceEditor.waveform_display_type:
+
+Waveform Display
+   Global options for waveform display on sound strips.
+
+   :Waveform Off: Disable waveforms for all strips.
+   :Waveform On: Enable waveforms for all strips.
+   :Use Strip Option: Set waveform per strip configured with
+      :ref:`Display Waveform <bpy.types.SoundSequence.show_waveform>`.


Property changes on: trunk/blender_docs/manual/editors/video_sequencer/sequencer/display.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/blender_docs/manual/editors/video_sequencer/sequencer/index.rst
===================================================================
--- trunk/blender_docs/manual/editors/video_sequencer/sequencer/index.rst	2021-08-07 17:30:35 UTC (rev 8295)
+++ trunk/blender_docs/manual/editors/video_sequencer/sequencer/index.rst	2021-08-07 17:53:11 UTC (rev 8296)
@@ -13,3 +13,8 @@
    Figure 1: Sequencer and components
    
 Although the Sidebar and Toolbar belong to the Timeline area, they are discussed in a separate subsection.
+
+.. toctree::
+   :maxdepth: 2
+
+   display.rst

Modified: trunk/blender_docs/manual/video_editing/sequencer/navigating.rst
===================================================================
--- trunk/blender_docs/manual/video_editing/sequencer/navigating.rst	2021-08-07 17:30:35 UTC (rev 8295)
+++ trunk/blender_docs/manual/video_editing/sequencer/navigating.rst	2021-08-07 17:53:11 UTC (rev 8296)
@@ -123,50 +123,6 @@
 For descriptions of the different marker tools see :ref:`Editing Markers <animation-markers-editing>`.
 
 
-Overlays
---------
-
-Overlays are information that is displayed on top of the strip region.
-There is a switch to turn off/on all overlays for the strip region.
-
-.. rubric:: Sequencer Overlays
-
-.. _bpy.types.SpaceSequenceEditor.show_strip_name:
-
-Name
-   Shows the :ref:`Name <bpy.types.Sequence.name>` on the strip.
-
-.. _bpy.types.SpaceSequenceEditor.show_strip_source:
-
-Source
-   Shows the path to the strip file on the strip.
-
-.. _bpy.types.SpaceSequenceEditor.show_strip_duration:
-
-Duration
-   Shows the length of the strip in frames on the strip.
-
-.. _bpy.types.SpaceSequenceEditor.show_strip_offset:
-
-Offsets
-   Shows overflow bars of "extra" content from either cutting or sliding strips.
-
-.. _bpy.types.SpaceSequenceEditor.show_fcurves:
-
-F-Curves
-   Show animation curves for opacity and volume values as darkened sections of the strip.
-
-.. _bpy.types.SpaceSequenceEditor.waveform_display_type:
-
-Waveform Display
-   Global options for waveform display on sound strips.
-
-   :Waveform Off: Disable waveforms for all strips.
-   :Waveform On: Enable waveforms for all strips.
-   :Use Strip Option: Set waveform per strip configured with
-      :ref:`Display Waveform <bpy.types.SoundSequence.show_waveform>`.
-
-
 Main View
 =========
 



More information about the Bf-docboard-svn mailing list