[Bf-docboard-svn] bf-manual: [9347] branches/blender-3.2-release/blender_docs/manual: VSE: Add channel headers

Aaron Carlisle noreply at blender.org
Wed Jun 8 04:06:54 CEST 2022


Revision: 9347
          https://developer.blender.org/rBM9347
Author:   Blendify
Date:     2022-06-08 04:06:54 +0200 (Wed, 08 Jun 2022)
Log Message:
-----------
VSE: Add channel headers

rB277fa2f441f4ab2c00e7f329ba34a3466956647c

Modified Paths:
--------------
    branches/blender-3.2-release/blender_docs/manual/editors/video_sequencer/sequencer/introduction.rst
    branches/blender-3.2-release/blender_docs/manual/editors/video_sequencer/sequencer/navigating.rst
    branches/blender-3.2-release/blender_docs/manual/video_editing/edit/montage/strips/image.rst
    branches/blender-3.2-release/blender_docs/manual/video_editing/edit/montage/strips/movie.rst
    branches/blender-3.2-release/blender_docs/manual/video_editing/edit/montage/strips/sound.rst

Added Paths:
-----------
    branches/blender-3.2-release/blender_docs/manual/editors/video_sequencer/sequencer/channels.rst

Added: branches/blender-3.2-release/blender_docs/manual/editors/video_sequencer/sequencer/channels.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/editors/video_sequencer/sequencer/channels.rst	                        (rev 0)
+++ branches/blender-3.2-release/blender_docs/manual/editors/video_sequencer/sequencer/channels.rst	2022-06-08 02:06:54 UTC (rev 9347)
@@ -0,0 +1,40 @@
+
+********
+Channels
+********
+
+Channels are horizontal tracks of along the timeline that contain content called Strips.
+A strip can be an image, animation, or any number of effects.
+Each channel is numbered consecutively on the Y axis,
+starting from 1 and allows up to 128 total channels.
+The X axis of each channel represents time. Each channel can contain as many strips
+as it needs along the time axis as long as they do not overlap. If a strip needs to overlap another,
+it needs to be placed on a channel above or below the other strip.
+
+
+.. _bpy.types.SequenceTimelineChannel:
+
+Channel Region
+==============
+
+The Channel region can be found on the left side of the timeline.
+It is used to organize channels and control channels as a whole.
+The visibility of this region can be toggled with :menuselection:`View --> Channels`
+
+.. _bpy.types.SequenceTimelineChannel.name:
+
+Name
+   The name of the channel,
+   this can be changed to help with project organization by double clicking on the name.
+
+.. _bpy.types.SequenceTimelineChannel.mute:
+
+Mute Channel
+   Disable all the strips in the channel from having an affect on the render.
+   Note that individual strips can also be muted which is different than muting the whole channel.
+
+.. _bpy.types.SequenceTimelineChannel.lock:
+
+Lock Channel
+   Prevent any modifications the strips in the channel.
+   Note that individual strips can also be locked which is different than locking the whole channel.


Property changes on: branches/blender-3.2-release/blender_docs/manual/editors/video_sequencer/sequencer/channels.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: branches/blender-3.2-release/blender_docs/manual/editors/video_sequencer/sequencer/introduction.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/editors/video_sequencer/sequencer/introduction.rst	2022-06-08 01:11:00 UTC (rev 9346)
+++ branches/blender-3.2-release/blender_docs/manual/editors/video_sequencer/sequencer/introduction.rst	2022-06-08 02:06:54 UTC (rev 9347)
@@ -3,7 +3,12 @@
 Introduction
 ************
 
-The Sequencer region is horizontally divided into channels,
+This Sequencer view is where strips can be :doc:`selected </video_editing/edit/montage/selecting>`,
+:doc:`modified </video_editing/edit/montage/editing>` by moving, cutting, or extending strips.
+There are also several built-in :doc:`effects </video_editing/edit/montage/strips/effects/index>`
+that can be combined with other strips to change their appearance.
+
+The Sequencer view is horizontally divided into :doc:`Channels </editors/video_sequencer/sequencer/channels>`
 each channel can contain what is called a strip.
 A strip can be an image, animation, or any number of effects.
 Each channel is numbered consecutively on the Y axis,
@@ -19,8 +24,3 @@
    The first channel 0 is unusable as a place to put strips.
    This is because it is used by the :doc:`Sequencer Display </editors/video_sequencer/preview/introduction>`
    to show a composite of all strips above channel 0.
-
-This region is where strips can be :doc:`selected </video_editing/edit/montage/selecting>`,
-:doc:`modified </video_editing/edit/montage/editing>` by moving, cutting, or extending strips.
-There are also several built-in :doc:`effects </video_editing/edit/montage/strips/effects/index>`
-that can be combined with other strips to change their appearance.

Modified: branches/blender-3.2-release/blender_docs/manual/editors/video_sequencer/sequencer/navigating.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/editors/video_sequencer/sequencer/navigating.rst	2022-06-08 01:11:00 UTC (rev 9346)
+++ branches/blender-3.2-release/blender_docs/manual/editors/video_sequencer/sequencer/navigating.rst	2022-06-08 02:06:54 UTC (rev 9347)
@@ -26,6 +26,8 @@
 Adjust Last Operation
    Displays a pop-up panel to alter properties of the last
    completed operation. See :ref:`bpy.ops.screen.redo_last`.
+Channels
+   Show or hide the :ref:`bpy.types.SequenceTimelineChannel`.
 Preview as Backdrop
    Displays the current frame in the background of the main view like in the Compositor.
 

Modified: branches/blender-3.2-release/blender_docs/manual/video_editing/edit/montage/strips/image.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/video_editing/edit/montage/strips/image.rst	2022-06-08 01:11:00 UTC (rev 9346)
+++ branches/blender-3.2-release/blender_docs/manual/video_editing/edit/montage/strips/image.rst	2022-06-08 02:06:54 UTC (rev 9347)
@@ -65,7 +65,7 @@
       Subtract the *Start Frame* from the *End Frame* to get the strip's duration.
 
 Channel
-   The :ref:`Channel <bpy.types.Sequence.channel>` to place the strip.
+   The :doc:`Channel </editors/video_sequencer/sequencer/channels>` to place the strip.
 
 Replace Selection
    Replaces the currently selected strips with the new strip.

Modified: branches/blender-3.2-release/blender_docs/manual/video_editing/edit/montage/strips/movie.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/video_editing/edit/montage/strips/movie.rst	2022-06-08 01:11:00 UTC (rev 9346)
+++ branches/blender-3.2-release/blender_docs/manual/video_editing/edit/montage/strips/movie.rst	2022-06-08 02:06:54 UTC (rev 9347)
@@ -35,7 +35,7 @@
    The :ref:`Start Frame <bpy.types.Sequence.frame_start>` to place the left handle of the strip.
 
 Channel
-   The :ref:`Channel <bpy.types.Sequence.channel>` to place the strip.
+   The :doc:`Channel </editors/video_sequencer/sequencer/channels>` to place the strip.
 
 Replace Selection
    Replaces the currently selected strips with the new strip.

Modified: branches/blender-3.2-release/blender_docs/manual/video_editing/edit/montage/strips/sound.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/video_editing/edit/montage/strips/sound.rst	2022-06-08 01:11:00 UTC (rev 9346)
+++ branches/blender-3.2-release/blender_docs/manual/video_editing/edit/montage/strips/sound.rst	2022-06-08 02:06:54 UTC (rev 9347)
@@ -75,7 +75,7 @@
    The :ref:`Start Frame <bpy.types.Sequence.frame_start>` to place the left handle of the strip.
 
 Channel
-   The :ref:`Channel <bpy.types.Sequence.channel>` to place the strip.
+   The :doc:`Channel </editors/video_sequencer/sequencer/channels>` to place the strip.
 
 Replace Selection
    Replaces the currently selected strips with the new strip.



More information about the Bf-docboard-svn mailing list