Переместить, Вращать, Масштабировать (move, rotate, scale)¶
Ссылка
- Режим (mode):
Режим редактирования (edit mode)
- Инструмент (tool):
- Меню:
- Горячая клавиша:
G, R, S
Move G, rotate R, or scale S the selected vertices, edges, or faces. This can also be done using the transform gizmos.
См. также
These transformations are affected by Пропорциональное редактирование (proportional editing).
Pressing G twice will instead activate Vertex Slide or Edge Slide depending on the selection.
Панель «Трансформировать»¶
Ссылка
- Режим (mode):
Режим редактирования (edit mode)
- Панель:
This panel shows the properties of the selected vertex or edge. If more than one item is selected, it shows the average of their properties instead.
- X/Y/Z
The coordinates of the selected vertex. (When multiple vertices are selected, the label says «Median,» even though technically speaking the panel does not show the geometric median but the geometric center.)
- Пространство (space)
Whether to show the coordinates in Local Space or Global Space.
«Данные» вершин (vertex data)¶
- Вес фаски (bevel weight)
Typically used with the Модификатор «Фаска» (bevel modifier) (with Affect set to Vertices). By default, this modifier applies the same bevel amount to all vertices, but if its Limit Method is set to Weight, the Bevel Weight of each vertex serves as a multiplier. This makes it possible to apply a smaller bevel, or no bevel at all, to specific vertices.
Internally, the Bevel Weight is stored as an attribute called
bevel_weight_vert. This means it can also be read by the Нода «Названный атрибут» (named attribute node) in geometry nodes.
- Складка (crease)
A higher Crease value makes the corner at the vertex appear sharper when using the Модификатор «Подразделение поверхности» (subdivision surface modifier).
Internally, the Crease value is stored as an attribute called
crease_vert.- Radius X/Y
The radii for the Модификатор «Оболочка» (skin modifier). Only shown if the mesh has this modifier.
«Данные» рёбер (edge data)¶
When an edge is selected, the following options are available:
- Вес фаски (bevel weight)
Typically used with the Модификатор «Фаска» (bevel modifier) (with Affect set to Edges). See the vertex Bevel Weight above.
Internally, this property is stored as an attribute called
bevel_weight_edge. It can also be set using the Вес фаски ребра (edge bevel weight) operator.
- Складка (crease)
A higher Crease value makes the corner at the edge appear sharper when using the Модификатор «Подразделение поверхности» (subdivision surface modifier).
Internally, this property is stored as an attribute called
crease_edge. It can also be set using the Складка на ребре (edge crease) operator.