[Bf-docboard-svn] bf-manual: [9492] branches/blender-3.3-release/blender_docs/manual/editors: UI: Add Gizmos toggle to SpaceImage

Aaron Carlisle noreply at blender.org
Thu Aug 18 04:13:28 CEST 2022


Revision: 9492
          https://developer.blender.org/rBM9492
Author:   Blendify
Date:     2022-08-18 04:13:28 +0200 (Thu, 18 Aug 2022)
Log Message:
-----------
UI: Add Gizmos toggle to SpaceImage

rBed0964c97623a7542dab900ebda900f3953db4bb

Modified Paths:
--------------
    branches/blender-3.3-release/blender_docs/manual/editors/image/index.rst
    branches/blender-3.3-release/blender_docs/manual/editors/image/introduction.rst
    branches/blender-3.3-release/blender_docs/manual/editors/image/navigating.rst
    branches/blender-3.3-release/blender_docs/manual/editors/uv/introduction.rst
    branches/blender-3.3-release/blender_docs/manual/editors/uv/navigating.rst

Modified: branches/blender-3.3-release/blender_docs/manual/editors/image/index.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/editors/image/index.rst	2022-08-17 22:32:45 UTC (rev 9491)
+++ branches/blender-3.3-release/blender_docs/manual/editors/image/index.rst	2022-08-18 02:13:28 UTC (rev 9492)
@@ -1,4 +1,4 @@
-.. _editors-image-index:
+.. _bpy.types.SpaceImageEditor:
 
 ################
   Image Editor

Modified: branches/blender-3.3-release/blender_docs/manual/editors/image/introduction.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/editors/image/introduction.rst	2022-08-17 22:32:45 UTC (rev 9491)
+++ branches/blender-3.3-release/blender_docs/manual/editors/image/introduction.rst	2022-08-18 02:13:28 UTC (rev 9492)
@@ -28,12 +28,9 @@
 ======
 
 Mode
-   View
-      Displays Images.
-   Paint
-      :doc:`/sculpt_paint/texture_paint/index`.
-   Mask
-      :doc:`/movie_clip/masking/index`.
+   :View: Displays Images.
+   :Paint: :doc:`/sculpt_paint/texture_paint/index`.
+   :Mask: :doc:`/movie_clip/masking/index`.
 
 View
    Tools for controlling how the content is displayed in the editor.
@@ -72,19 +69,31 @@
    If you are using :doc:`Render Passes </render/layers/passes>`,
    use this menu to select which pass is displayed.
 
+.. _bpy.types.SpaceImageEditor.show_gizmo:
+
+Viewport Gizmos
+   Selectively show or hide specific gizmo controls that are displayed in the 2D viewport.
+	All gizmos can be hidden or shown at once with the toggle next to the pop-over arrow.
+
+   .. _bpy.types.SpaceImageEditor.show_gizmo_navigate:
+
+   Navigate
+      Enable/disable the gizmos used to pan or zoom the 2D viewport,
+      see :ref:`Navigation Gizmos <editors-image-navigate-gizmos>` for more information.
+
 Display Channels
    Select what color channels are displayed.
 
-   Color and Alpha
+   :Color and Alpha:
       Replaces transparent pixels with background checkerboard, denoting the alpha channel.
-   Color
+   :Color:
       Display the colored image, without alpha channel.
-   Alpha
+   :Alpha:
       Displays the Alpha channel a grayscale image. White areas are opaque, black areas have an alpha of 0.
-   Z-Buffer
+   :Z-Buffer:
       Display the depth from the camera, from Clip Start to Clip End,
       as specified in the :doc:`Camera settings </render/cameras>`.
-   Red, Green, Blue
+   :Red, Green, Blue:
       Single Color Channel visualized as a grayscale image.
 
 

Modified: branches/blender-3.3-release/blender_docs/manual/editors/image/navigating.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/editors/image/navigating.rst	2022-08-17 22:32:45 UTC (rev 9491)
+++ branches/blender-3.3-release/blender_docs/manual/editors/image/navigating.rst	2022-08-18 02:13:28 UTC (rev 9492)
@@ -9,6 +9,8 @@
 Also, as in the 3D Viewport, you can use :kbd:`NumpadPlus` or :kbd:`NumpadMinus` to zoom.
 
 
+.. _editors-image-navigate-gizmos:
+
 Gizmos
 ======
 

Modified: branches/blender-3.3-release/blender_docs/manual/editors/uv/introduction.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/editors/uv/introduction.rst	2022-08-17 22:32:45 UTC (rev 9491)
+++ branches/blender-3.3-release/blender_docs/manual/editors/uv/introduction.rst	2022-08-18 02:13:28 UTC (rev 9492)
@@ -141,6 +141,14 @@
 Active UV Loop Layer
    Select which UV map to use.
 
+Viewport Gizmos
+   Selectively show or hide specific gizmo controls that are displayed in the 2D viewport.
+	All gizmos can be hidden or shown at once with the toggle next to the pop-over arrow.
+
+   Navigate
+      Enable/disable the gizmos used to pan or zoom the 2D viewport,
+      see :ref:`Navigation Gizmos <editors-uv-navigate-gizmos>` for more information.
+
 Display Channels
    Select what color channels are displayed.
 

Modified: branches/blender-3.3-release/blender_docs/manual/editors/uv/navigating.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/editors/uv/navigating.rst	2022-08-17 22:32:45 UTC (rev 9491)
+++ branches/blender-3.3-release/blender_docs/manual/editors/uv/navigating.rst	2022-08-18 02:13:28 UTC (rev 9492)
@@ -19,6 +19,15 @@
 Also, as in the 3D Viewport, you can use :kbd:`NumpadPlus` or :kbd:`NumpadMinus` to zoom.
 
 
+.. _editors-image-navigate-gizmos:
+
+Gizmos
+======
+
+Next to the Sidebar region at the top, there are gizmos that allow panning
+and zooming more comfortably when e.g. no mouse wheel is available.
+
+
 View Menu
 =========
 



More information about the Bf-docboard-svn mailing list