[Bf-docboard-svn] bf-manual: [8722] branches/blender-3.0-release/blender_docs/manual: VSE: 2D Cursor

Aaron Carlisle noreply at blender.org
Tue Nov 30 23:41:47 CET 2021


Revision: 8722
          https://developer.blender.org/rBM8722
Author:   Blendify
Date:     2021-11-30 23:41:47 +0100 (Tue, 30 Nov 2021)
Log Message:
-----------
VSE: 2D Cursor

rBd04d27b406b856396102452cab0eedf315e94a54
rB33d6d7c6e33fe0380a6e8cc186dd4eeef5c5153a

Modified Paths:
--------------
    branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/display/overlays.rst
    branches/blender-3.0-release/blender_docs/manual/video_editing/preview/sidebar.rst

Modified: branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/display/overlays.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/display/overlays.rst	2021-11-30 19:14:33 UTC (rev 8721)
+++ branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/display/overlays.rst	2021-11-30 22:41:47 UTC (rev 8722)
@@ -10,6 +10,11 @@
 
 .. rubric:: Preview Overlays
 
+.. _bpy.types.SequencerPreviewOverlay.show_cursor:
+
+2D Cursor
+   Shows the :ref:`editors_sequencer_preview_2d-cursor` in the image preview region.
+
 Frame Overlay
    Displays the :ref:`Frame Overlay <bpy.types.SequenceEditor.show_overlay>`,
    to compare the current frame to a reference frame.

Modified: branches/blender-3.0-release/blender_docs/manual/video_editing/preview/sidebar.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/video_editing/preview/sidebar.rst	2021-11-30 19:14:33 UTC (rev 8721)
+++ branches/blender-3.0-release/blender_docs/manual/video_editing/preview/sidebar.rst	2021-11-30 22:41:47 UTC (rev 8722)
@@ -56,6 +56,27 @@
    The threshold can be adjust with the slider.
 
 
+.. _editors_sequencer_preview_2d-cursor:
+
+2D Cursor
+---------
+
+The 2D cursor is the white-red circle with a crosshair that is shown in the image preview region.
+It can be used by setting the :ref:`Pivot Point <bpy.types.SequencerToolSettings.pivot_point>`
+to 2D Cursor to transform all strips in relation to the location of thr 2D Cursor.
+
+The visibility of the 2D Cursor can be controlled with the
+:ref:`2D Cursor <bpy.types.SequencerPreviewOverlay.show_cursor>` overlay option.
+
+.. _bpy.types.SpaceSequenceEditor.cursor_location:
+
+Location X, Y
+   The location of the 2D Cursor relative to the center of the preview region.
+   The edge of the image with be 0.5 away, so (0.5, 0.5) will be the top right corner.
+
+   The 2D Cursor's location can also be set with Cursor tool or by :kbd:`Shift-RMB`.
+
+
 .. _bpy.types.SequenceEditor.show_overlay:
 
 Frame Overlay



More information about the Bf-docboard-svn mailing list