[Bf-docboard-svn] bf-manual: [7625] branches/blender-2.92-release/blender_docs/manual/video_editing/sequencer/sidebar/strip.rst: VSE: Media transform redesign

Aaron Carlisle noreply at blender.org
Thu Jan 21 00:56:38 CET 2021


Revision: 7625
          https://developer.blender.org/rBM7625
Author:   Blendify
Date:     2021-01-21 00:56:38 +0100 (Thu, 21 Jan 2021)
Log Message:
-----------
VSE: Media transform redesign

rBe1665c3d31906aed195bfdc10a4dd7582f31b1f5

Modified Paths:
--------------
    branches/blender-2.92-release/blender_docs/manual/video_editing/sequencer/sidebar/strip.rst

Modified: branches/blender-2.92-release/blender_docs/manual/video_editing/sequencer/sidebar/strip.rst
===================================================================
--- branches/blender-2.92-release/blender_docs/manual/video_editing/sequencer/sidebar/strip.rst	2021-01-20 23:11:19 UTC (rev 7624)
+++ branches/blender-2.92-release/blender_docs/manual/video_editing/sequencer/sidebar/strip.rst	2021-01-20 23:56:38 UTC (rev 7625)
@@ -14,20 +14,14 @@
    If checked the strip will not produce any output.
 
 
-Adjust Panel
-============
+Compositing
+===========
 
 .. admonition:: Reference
    :class: refbox
 
-   :Panel:     :menuselection:`Sidebar region --> Strip --> Adjust`
+   :Panel:     :menuselection:`Sidebar --> Strip --> Compositing`
 
-The *Adjust* panel is used to control visual properties of strips.
-
-
-Compositing
------------
-
 Blend
    Mode of blending strip with lower channels.
 Opacity
@@ -37,29 +31,56 @@
 
 
 Transform
----------
+=========
 
-Mirror X
-   Mirrors the image along the X axis (left to right) or the Y axis (top to bottom).
+.. admonition:: Reference
+   :class: refbox
 
+   :Panel:     :menuselection:`Sidebar --> Strip --> Transform`
 
-Offset
-^^^^^^
+.. _bpy.types.SequenceTransform.offset:
 
-Used to move the frames along the X and Y axis.
-Additionally it disables the auto-scaling of the image.
+Position X, Y
+   Used to move the frames along the X and Y axis.
 
+.. _bpy.types.SequenceTransform.scale:
 
+Scale X, Y
+   Scale the image on the X and Y axis.
+
+.. _bpy.types.SequenceTransform.rotation:
+
+Rotation
+   Rotates the input two-dimensionally along the Z axis.
+
+.. _bpy.types.ImageSequence.use_flip:
+
+Mirror
+   Mirrors the image along the X axis (left to right) or the Y axis (top to bottom).
+
+
+.. _bpy.types.SequenceCrop:
+
 Crop
-^^^^
+====
 
-Used to crop the source image, use *Top*, *Left*,
-*Bottom*, and *Right* to control which part of the image is cropped.
+.. admonition:: Reference
+   :class: refbox
 
+   :Panel:     :menuselection:`Sidebar --> Strip --> Crop`
 
+Used to crop the source image. use *Top*, *Left*,
+*Bottom*, and *Right* to control the number of pixels that are cropped.
+
+
 Video
------
+=====
 
+.. admonition:: Reference
+   :class: refbox
+
+   :Panel:     :menuselection:`Sidebar --> Strip --> Video`
+
 Strobe
    To only display each nth frame. For example, if you set this to 10,
    the strip will only display frames 1, 11, 21, 31, 41... of the source.
@@ -70,8 +91,13 @@
 
 
 Color
------
+=====
 
+.. admonition:: Reference
+   :class: refbox
+
+   :Panel:     :menuselection:`Sidebar --> Strip --> Color`
+
 Saturation
    Increase or decrease the saturation of an image.
 Multiply
@@ -81,8 +107,13 @@
 
 
 Sound
------
+=====
 
+.. admonition:: Reference
+   :class: refbox
+
+   :Panel:     :menuselection:`Sidebar --> Strip --> Sound`
+
 Volume
    The volume of the sound.
    This value, when animated and with the :menuselection:`View --> Show F-Curves` option turned on,
@@ -106,13 +137,13 @@
    Mixdown all audio channels into a single one.
 
 
-Time Panel
-==========
+Time
+====
 
 .. admonition:: Reference
    :class: refbox
 
-   :Panel:     :menuselection:`Sidebar region --> Strip --> Time`
+   :Panel:     :menuselection:`Sidebar --> Strip --> Time`
 
 The Time panel is used to control source and timeline position of the strip.
 
@@ -141,13 +172,13 @@
    Position of the Playhead relative to the start of the active strip.
 
 
-Source Panel
-============
+Source
+======
 
 .. admonition:: Reference
    :class: refbox
 
-   :Panel:     :menuselection:`Sidebar region --> Strip --> Source`
+   :Panel:     :menuselection:`Sidebar --> Strip --> Source`
 
 The Source panel is used to control sources of the strip
 such as filename and file path and various methods of interpreting these files.



More information about the Bf-docboard-svn mailing list