Selecting UVs¶
Much like the 3D Viewport, the UV Editor has selection mode buttons in the header, as well as a Select menu.
Sync Selection – Синхрон Вибрання¶
When enabled (the default), the UV Editor and 3D Viewport share a synchronized selection state. Selecting components (vertices, edges, or faces) in one editor will automatically select the corresponding elements in the other.
With Sync Selection enabled, all faces are visible in the UV Editor at all times, since UV visibility follows mesh selection in the 3D Viewport.
- Viewport Selection
Selecting a vertex, edge, or face in the 3D Viewport selects all its corresponding UV elements.
- UV Selection
Selecting a UV will select vertices, edges and faces in the 3D viewport.
With vertex & edge selection modes it is possible for only some of the UV’s attached to a vertex to be selected.
When disabled, only the UVs belonging to the currently selected faces in the 3D Viewport are shown. Selections in the UV Editor are independent, allowing individual UV vertices and edges to be selected even if they correspond to the same mesh vertex or edge. Selecting in one editor no longer affects the other.
Примітка
Currently, only some 3D Viewport selection operations preserve per-UV selection data, including basic picking, box, circle, and lasso selection. Other operators, such as Select Random or Select Similar, will reset the stored UV selection, causing all UVs connected to selected mesh elements to become selected. Support for additional operators may be added later.
Підказка
Internally, UV selection data is stored per face corner and created on demand to avoid overhead. Python scripts that modify mesh selections can use the API functions to synchronize or clear the UV selection state as needed.
Selection Mode¶
- Vertex – Вершина:
1 Select vertices.
- Край:
2 Select edges.
- Обличчя:
3 Select faces.
If Sync Selection is enabled, you can hold Shift while clicking a selection mode to activate multiple modes at the same time.
Дивись також
UV Island Selection¶
Посилання
- Режим:
Edit Mode – Режим Редагування
- Меню:
- Скорочення:
4
Select contiguous groups of faces that are connected in the UV map.
Режим Липкого Вибрання – Sticky Selection Mode¶
Options for automatically selecting additional UV vertices.
- Вимкнуто – Disabled
Each UV vertex can be selected independently of the others.
- Сумісна Локація – Shared Location
Automatically select UV vertices that correspond to the same mesh vertex and have the same UV coordinates. This is the default and gives the illusion that multiple faces in a UV map can share the same vertex; in reality, they have separate vertices that overlap.
- Сумісна Вершина – Shared Vertex
Automatically select UV vertices that correspond to the same mesh vertex, even if they have different UV coordinates.
Вибрати Подібне – Select Similar¶
Посилання
- Режим:
Edit Mode – Режим Редагування
- Меню:
«Вибір > Вибрати Подібне» –
- Скорочення:
Shift-G
Selects UV elements that are similar to the active one in some way. The Наладнати Останню Операцію – Adjust Last Operation panel provides several options:
- Тип
The property to compare. Which properties are available depends on the Selection Mode.
- Vertex Selection Mode
- Pinned:
Selects vertices with the same pinned state.
- Edge Selection Mode
- Довжина – Length:
Selects edges with a similar length in the UV map.
- Length 3D:
Selects edges with a similar length in the 3D mesh.
- Pinned:
Selects edges with the same pinned state.
- Face Selection Mode
- Area – Область:
Selects faces with a similar area in the UV map.
- Area 3D:
Selects faces with a similar area in the 3D mesh.
- Матеріал:
Selects faces that have the same Material.
- Об’єкт:
Selects faces that belong to the same object. This is useful when multiple objects are in Edit mode at once.
- Боки Багатобічника – Polygon Sides:
Selects faces with a similar number of edges.
- Winding:
Selects faces that have the same orientation (facing upwards or downwards in the UV map).
- Island Selection Mode
- Area – Область:
Selects islands with a similar area in the UV map.
- Area 3D:
Selects islands with a similar area in the 3D mesh.
- Amount of Faces in Island:
Selects islands with a similar number of faces.
- Compare – Порівняння
The comparison operator.
- Equal:
Select elements whose value is equal.
- Greater:
Select elements whose value is greater or equal.
- Менше – Less:
Select elements whose value is less or equal.
- Поріг – Threshold
Tolerance for values that are almost, but not quite the same. A higher threshold will select more elements.
Select Linked – Вибір Пов’язане¶
Linked – Пов’язане¶
Посилання
- Режим:
Edit Mode – Режим Редагування
- Меню:
- Скорочення:
Ctrl-L
Selects all UV elements that are connected to the currently selected ones.
This operation expands the selection to include all UVs that are part of the same connected UV island. Connectivity is determined by shared UV edges, not by the underlying mesh topology.
This is useful for quickly selecting an entire UV island when only a portion of it is currently selected, such as when adjusting layout, packing, or applying transforms to a whole island.
- Розмежування – Delimit
Restricts how linked UV selection expands.
- Шов – Seam:
Stop selection across edges marked as seams.
- Sharp – Гостро:
Stop selection across sharp edges.
- Матеріал:
Stop selection across faces using different materials.
Найкоротший Шлях – Shortest Path¶
Посилання
- Режим:
Edit Mode – Режим Редагування
- Меню:
«Вибір > Вибрати Пов’язане > Найкоротший Шлях» –
- Скорочення:
Ctrl-LMB
Selects all the UV elements along the shortest path between two elements: the two selected elements when activated using the menu, or the active one and the clicked one when activated using the shortcut.
- Крокування Гранями – Face Stepping
For vertices: allows the path to step across faces, following their diagonal rather than their edges.
For edges: selects disconnected edges that are perpendicular to the path (edge ring), rather than connected edges along the path (edge loop).
For faces: allows the path to go through faces that only share a vertex, rather than an edge.
- Topology Distance
Calculates the distance by simply counting edges rather than measuring their lengths.
- Заповнити Регіон – Fill Region Shift-Ctrl-LMB
Selects all shortest paths rather than just one.
The following settings allow selecting elements at regular intervals, creating a «dashed line» rather than a continuous one.
- Зневибране – Deselected
Кількість зневибраних елементів у повторюваній послідовності.
- Selected – Вибране
Кількість вибраних елементів у повторюваній послідовності.
- Offset – Зсув
The number of elements to offset the sequence by.
Дивись також
Mesh edit Select Shortest Path.
Select Split¶
Посилання
- Режим:
Edit Mode – Режим Редагування
- Меню:
- Скорочення:
Y
«Detaches» the selected faces so they can be moved elsewhere without affecting their neighbors.
Підказка
Unlike Split Selection for meshes, which physically disconnects faces, this is a pure selection operator. In UV space, the faces were never connected to begin with; it only seemed that way because Sticky Selection automatically selected the vertices of neighboring faces. Select Split deselects those vertices again.
As an alternative to Select Split, you can set the Sticky Selection Mode to Disabled.
Вибрати Усе за Рисою – Select All by Trait¶
Select Tile¶
Посилання
- Режим:
Edit Mode – Режим Редагування
- Меню:
Selects UV faces that lie within a specific UV tile, primarily intended for use with UDIM workflows.
The initial tile is determined by the position of the 2D Cursor. All UV faces whose coordinates fall inside that tile are selected.
This operator is useful when working with multi-tile UV layouts, allowing you to quickly isolate and operate on UVs assigned to a particular UDIM tile, such as for packing, transforming, or baking textures.
To select a different tile, move the 2D Cursor to the desired tile location and run the operator again.
Select Pinned¶
Посилання
- Режим:
Edit Mode – Режим Редагування
- Меню:
- Скорочення:
Shift-P
Selects all pinned UVs in the UV Editor.
Pinned UVs are constrained during unwrapping and certain transform operations, allowing them to stay fixed while other UVs are adjusted. This operator is useful for quickly identifying or modifying pinned regions, such as when refining UV layouts or controlling unwrap behavior.
Select Overlap¶
Посилання
- Режим:
Edit Mode – Режим Редагування
- Меню:
Selects all UV faces that overlap with one another in the UV Editor.
Overlapping UVs share the same or partially intersecting texture space, which can cause rendering artifacts, texture bleeding, or incorrect baking results. This operator helps identify problematic areas in a UV layout.
It is commonly used when preparing UVs for texture baking, lightmaps, or game engine export, where overlapping UVs are often undesirable. Once selected, overlapping faces can be moved, scaled, or repacked to resolve the overlap.
Select by Winding¶
Посилання
- Режим:
Edit Mode – Режим Редагування
- Меню:
Selects faces by their winding - positive or negative, where a negative winding would mirror the content of an image displayed on the mesh.
This can be useful to detect problems when flipping the UV mapping isn’t desired.
Select Edge Loop¶
Посилання
- Режим:
Edit Mode – Режим Редагування
- Скорочення:
Alt-LMB, or Shift-Alt-LMB for extending the existing selection.
Holding Alt while clicking an edge selects that edge and then expands the selection as far as possible in the two directions parallel to it. While this works for selecting edge loops that wrap around a mesh, it also works for partial loops.
You can additionally hold Shift to extend the current selection rather than replacing it.
Дивись також
Mesh edit Select Edge Loops.
Select Edge Ring¶
Посилання
- Режим:
Edit Mode – Режим Редагування
- Скорочення:
Ctrl-Alt-LMB, or Shift-Ctrl-Alt-LMB for extending the existing selection.
Holding Ctrl-Alt while clicking an edge selects that edge and then expands the selection as far as possible in the two directions perpendicular to it. While this works for selecting edge rings that wrap around a mesh, it also works when a complete ring does not exist.
You can additionally hold Shift to extend the current selection rather than replacing it.
Дивись також
Mesh edit Select Edge Rings.