[Bf-docboard-svn] bf-manual: [8605] branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview: VSE: Controls Pivot Point

Aaron Carlisle noreply at blender.org
Tue Nov 9 18:19:03 CET 2021


Revision: 8605
          https://developer.blender.org/rBM8605
Author:   Blendify
Date:     2021-11-09 18:19:02 +0100 (Tue, 09 Nov 2021)
Log Message:
-----------
VSE: Controls Pivot Point

Modified Paths:
--------------
    branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/index.rst

Added Paths:
-----------
    branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/controls/
    branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/controls/index.rst
    branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/controls/pivot_point.rst

Added: branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/controls/index.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/controls/index.rst	                        (rev 0)
+++ branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/controls/index.rst	2021-11-09 17:19:02 UTC (rev 8605)
@@ -0,0 +1,9 @@
+
+############
+  Controls
+############
+
+.. toctree::
+   :maxdepth: 2
+
+   pivot_point.rst


Property changes on: branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/controls/index.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/controls/pivot_point.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/controls/pivot_point.rst	                        (rev 0)
+++ branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/controls/pivot_point.rst	2021-11-09 17:19:02 UTC (rev 8605)
@@ -0,0 +1,25 @@
+.. _bpy.types.SequencerToolSettings.pivot_point:
+
+***********
+Pivot Point
+***********
+
+The Pivot Point is primarily used in operations such as Rotate and Scale.
+It defines the point around which the strip image will be rotated or scaled.
+Using drop-down menu in the header of the Preview, you can change the location of the pivot point.
+
+The *Pivot Point* is also extensively used in the 3D Viewport.
+
+Bounding Box Center
+   The bounding box is a rectangular box that is wrapped as tightly as possible around the selection.
+Median Point
+   The Median Point is the points that is closest to all the origins of the selected strips.
+   You can think of it as the midpoint of the area that is covered with the selected strips.
+2D Cursor
+   Sometimes you want to rotate a strip around a specific point in the Preview.
+   Therefore, you can set the 2D Cursor and change the Pivot Point accordingly.
+Individual Origins
+    If multiple strips are selected, you may want to rotate or scale these strip around
+    there own origins instead of for example the Median Point of all selected strips.
+    For example, if you have three portrait strip's of faces,
+    you probably want each face to be rotated around its individual origin.


Property changes on: branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/controls/pivot_point.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/index.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/index.rst	2021-11-09 16:58:13 UTC (rev 8604)
+++ branches/blender-3.0-release/blender_docs/manual/editors/video_sequencer/preview/index.rst	2021-11-09 17:19:02 UTC (rev 8605)
@@ -7,4 +7,5 @@
    :maxdepth: 2
 
    introduction.rst
+   controls/index.rst
    display/index.rst



More information about the Bf-docboard-svn mailing list