[Bf-docboard-svn] bf-manual: [8355] trunk/blender_docs/manual/video_editing/sequencer/editing.rst: VSE: Add rna references for new properties

Aaron Carlisle noreply at blender.org
Tue Aug 31 02:16:11 CEST 2021


Revision: 8355
          https://developer.blender.org/rBM8355
Author:   Blendify
Date:     2021-08-31 02:16:11 +0200 (Tue, 31 Aug 2021)
Log Message:
-----------
VSE: Add rna references for new properties

Modified Paths:
--------------
    trunk/blender_docs/manual/video_editing/sequencer/editing.rst

Modified: trunk/blender_docs/manual/video_editing/sequencer/editing.rst
===================================================================
--- trunk/blender_docs/manual/video_editing/sequencer/editing.rst	2021-08-30 21:44:34 UTC (rev 8354)
+++ trunk/blender_docs/manual/video_editing/sequencer/editing.rst	2021-08-31 00:16:11 UTC (rev 8355)
@@ -516,22 +516,8 @@
    Fade from the start of sequences under the Playhead to the current frame.
 
 
-Snap
-====
+.. _bpy.types.SequencerToolSettings.overlap_mode:
 
-It is possible to enable snapping in the header of the VSE. The snapping behavior can be configured
-as follows:
-
-Snap to Current Frame
-   Snaps the tranformed selection to the playhead.
-Ignore Muted Strips
-   Muted Strips are not considered as snap targets.
-Ignore Sound Strips
-   Sound Strips are not considered as snap targets.
-Current Frame Snap to Strips
-   Snaps the playhead to all strips.
-
-
 Overlap Mode
 ============
 
@@ -546,3 +532,35 @@
    All strips on the right side of (each) transformed will be shifted forward to accommodate 
    the overlapping strip.
 
+
+.. _bpy.types.ToolSettings.use_snap_sequencer:
+
+Snapping
+========
+
+It is possible to enable snapping in the header of the VSE.
+The snapping behavior can be configured as follows:
+
+.. _bpy.types.SequencerToolSettings.snap_to_current_frame:
+.. _bpy.types.SequencerToolSettings.snap_to_hold_offset:
+
+Snap to
+   Current Frame
+      Snaps the tranformed selection to the Playhead.
+   Hold Offset
+      Snaps the tranformed selection to the :ref:`Hold Offset <sequencer-duration-hard>`.
+
+.. _bpy.types.SequencerToolSettings.snap_ignore_muted:
+.. _bpy.types.SequencerToolSettings.snap_ignore_sound:
+
+Ignore
+   Muted Strips
+      Muted Strips are not considered as snap targets.
+   Sound Strips
+      Sound Strips are not considered as snap targets.
+
+.. _bpy.types.SequencerToolSettings.use_snap_current_frame_to_strips:
+
+Current Frame
+   Snap to Strips
+      Snaps the Playhead to all strips.



More information about the Bf-docboard-svn mailing list