[Bf-docboard-svn] bf-manual: [8724] branches/blender-3.0-release/blender_docs/manual/editors/clip/sidebar.rst: UI: Clip Editor: Expose 2D Cursor Location to RNA and UI

Aaron Carlisle noreply at blender.org
Wed Dec 1 00:35:01 CET 2021


Revision: 8724
          https://developer.blender.org/rBM8724
Author:   Blendify
Date:     2021-12-01 00:35:00 +0100 (Wed, 01 Dec 2021)
Log Message:
-----------
UI: Clip Editor: Expose 2D Cursor Location to RNA and UI

rB2d867426b1b7e28b58bf0c84119679c73f08175f

Modified Paths:
--------------
    branches/blender-3.0-release/blender_docs/manual/editors/clip/sidebar.rst

Modified: branches/blender-3.0-release/blender_docs/manual/editors/clip/sidebar.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/editors/clip/sidebar.rst	2021-11-30 23:19:25 UTC (rev 8723)
+++ branches/blender-3.0-release/blender_docs/manual/editors/clip/sidebar.rst	2021-11-30 23:35:00 UTC (rev 8724)
@@ -71,3 +71,22 @@
 ----------------
 
 See :doc:`/editors/image/image_settings`.
+
+
+View
+====
+
+2D Cursor
+---------
+
+The 2D cursor is the dashed grey crosshair that is shown in the image preview region.
+It can be used by setting the Pivot Point to 2D Cursor to transform all points
+in relation to the location of thr 2D Cursor.
+
+.. _bpy.types.SpaceClipEditor.cursor_location:
+
+Location X, Y
+   The location of the 2D Cursor relative to the bottom left of the preview region.
+   The edge of the image with be 1 away, so (0.5, 0.5) will be the the center of the image.
+
+   The 2D Cursor's location can also be set with :kbd:`Shift-RMB`.



More information about the Bf-docboard-svn mailing list