1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
**********
Navigating
**********
Panning can be done by dragging with :kbd:`MMB`.
Zooming can be done using :kbd:`Wheel` or :kbd:`NumpadPlus`/:kbd:`NumpadMinus`.
.. _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
=========
.. _bpy.types.SpaceImageEditor.show_region:
Toolbar :kbd:`T`
Show or hide the :ref:`Toolbar <ui-region-toolbar>`.
Sidebar :kbd:`N`
Show or hide the :ref:`Sidebar <ui-region-sidebar>`.
Tool Settings
Show or hide the settings for the currently selected tool.
Asset Shelf
Toggle the visibility of the :ref:`ui-region-asset_shelf`.
Adjust Last Operation
Displays a pop-up panel to alter properties of the last
completed operation. See :ref:`bpy.ops.screen.redo_last`.
Update Automatically
Instantly update any other editors that are affected by changes in this Image Editor.
When disabled, the other editors may display outdated information until they're manually refreshed
(e.g. by orbiting for the 3D Viewport).
Show Metadata
Displays metadata about the selected Render Result. See the Output tab's
:doc:`/render/output/properties/metadata` panel to change what metadata to include.
Display Texture Paint UVs
Toggles UVs in Paint Mode. The object must be in Texture Paint Mode or Edit Mode for the UVs to be visible.
Zoom
Menu with convenient zoom levels and operations.
The zoom levels are calculated based on the images resolution compared to the screen resolution.
- 12.5% (1:8) :kbd:`Numpad8` zoom out to a factor of 12.5%.
- 25% (1:4) :kbd:`Numpad4` zoom out to a factor of 25%.
- 50% (1:2) :kbd:`Numpad2` zoom out to a factor of 50%.
- 100% (1:1) :kbd:`Numpad1` resets the zoom to 100%.
- 200% (2:1) :kbd:`Ctrl-Numpad2` zoom in to a factor of 200%.
- 400% (4:1) :kbd:`Ctrl-Numpad4` zoom in to a factor of 400%.
- 800% (8:1) :kbd:`Ctrl-Numpad8` zoom in to a factor of 800%.
Zoom In/Out :kbd:`Wheel`
Zooms the view in or out.
Zoom to Fit :kbd:`Shift-Home`
Like *Frame All*, but uses as much space in the editor as possible.
Zoom Region :kbd:`Shift-B`
Zoom in the view to the nearest item contained in the border.
Frame All :kbd:`Home`
Pans and zooms the view so that the image is centered and fully visible.
Center View to Cursor
Pan the view so that the 2D cursor is at the center of the editor.
Render Region :kbd:`Ctrl-B`
Only available when viewing the Render Result.
See :ref:`Render Region <editors-3dview-navigate-render-region>`.
Clear Render Region :kbd:`Ctrl-Alt-B`
Only available when viewing the Render Result.
See :ref:`Render Region <editors-3dview-navigate-render-region>`.
Render Slot Cycle Next/Previous :kbd:`J`/:kbd:`Alt-J`
Switch to the next/previous render slot (that contains a render).
Area
Adjust the :doc:`area </interface/window_system/areas>` the Image Editor is in.
|