Giới Thiệu (Introduction)¶
The UV Editor is used for editing UV maps, which describe how a 2D image should be mapped onto a 3D object.
Image textures are typically needed when the desired look is hard to achieve with procedural textures, or if the texture is not uniform. For example, a car would only have scratches in a few places where they make sense, not in random places all over its body.
Blender offers a number of projections (Box, Sphere...) that automatically apply a 2D image to a 3D object, but these tend to only work for simple meshes. For more complex ones, you need to create a UV map instead. This is a flat area where each face of the 3D object is laid out on the 2D image, specifying which part of the image it should be textured with. This gives you complete control over the mapping process.
The name "UV" refers to the axes of the map: U for horizontal, V for vertical. These letters were chosen to avoid confusion with "X" and "Y", which refer to axes in 3D space instead.
Giải thích về UV (UVs Explained)¶
The best analogy to understand UV mapping is cutting up a cardboard box. If you were to take a pair of scissors and cut along its edges, you would be able to spread it out flat on a tabletop. As you are looking down at the table, we could say that U is the left-right direction, and V is the up-down direction.
As a next step, you could put the spread-out box on top of a poster, cut the poster to match its shape, glue the poster to the box, and finally reassemble the box. You now have a 3D box textured with a 2D image.
A UV map describes how the box is cut up, and how it's laid out on the poster. You have complete freedom in how to do this: if you wanted to, you could cut each individual side of the box and position, rotate, scale, and even skew it on the poster independently of the other sides.
Ví Dụ (Example)¶
In the above image, a dome in 3D space is flattened into a disc in UV space. Each 3D face is then textured with the part of the image it covers in the UV map.
The image also demonstrates a common problem in UV maps: distortion. Notice how, even though the checkered squares in the 2D texture are all the same size, they get different sizes when applied to the 3D dome (they're smaller at the base than at the top). This is because the faces in the UV map have different relative sizes than in 3D space, which is a result of the flattening process.
You'll typically want to minimize this distortion by manually guiding and tweaking the flattening, using seams for example. However, it's not always possible to eliminate it completely.
Giao Diện (Interface)¶
Tiêu Đề (Header)¶
Tiêu đề chứa một số trình đơn và tùy chọn để làm việc với UV.
- Đồng Bộ Hóa Lựa Chọn (Sync Selection)
Synchronizes the selection between the UV Editor and the 3D Viewport. See Sync Selection for more details.
- Chế Độ Lựa Chọn (Selection Mode)
Thể loại phần tử UV để chọn. Xin xem mục Chế Độ Lựa Chọn (Selection Mode) để biết thêm chi tiết.
- Chế Độ Lựa Chọn Dính Kết (Sticky Selection Mode)
Which other vertices to select automatically. See Sticky Selection Mode for more details.
- Góc Nhìn (View)
Các công cụ để điều khiển phương pháp hiển thị nội dung trong trình biên soạn. Xin xem mục Điều Hướng (Navigating).
- Lựa Chọn (Select)
Tools for selecting UVs.
- Hình Ảnh (Image)
Công cụ để mở và thao tác hình ảnh. Xin xem mục Biên Soạn (Editing).
- UV
Contains tools for Unwrapping Meshes and Editing UVs.
- Điểm Tựa (Pivot) Dấu Chấm (Period)
- Bám Dính (Snap) Shift-Tab
See Bám Dính (Snapping).
- Biên Soạn Cân Đối (Proportional Editing) O
Xin xem mục Biên Soạn Cân đối (Proportional Editing).
- Hình Ảnh (Image)
A data-block menu used for selecting images. When an image has been loaded or created in the UV Editor, the Image panel appears in the Sidebar region.
- Ghim Hình Ảnh Lại (Image Pin)
When enabled the current image remains visible regardless of the object selection. This switching only happens if the 3D Viewport is in Edit Mode or Texture Paint Mode.
This can be useful to enable when an image is used as a reference.
- Hiển Thị Gizmo (Show Gizmo)
Lets you show/hide all gizmos using the toggle button, or specific gizmos using the drop-down arrow.
- Điều Hướng (Navigate)
Enable/disable the gizmos used to pan or zoom the 2D viewport. See Navigation Gizmos for more information.
- Hiển Thị Lớp Vẽ Lồng (Show Overlays)
Lets you show/hide all overlays using the toggle button, or specific overlays using the drop-down arrow. See Lớp Vẽ Lồng (Overlays).
- Active UV Map Layer
Chọn ánh xạ UV nào để sử dụng.
- Hiển Thị các Kênh (Display Channels)
Chọn kênh màu nào sẽ được hiển thị.
- Màu và Alpha (Color and Alpha):
Enables transparency and shows a checkerboard behind the image.
- Màu Sắc (Color):
Displays the colored image, without alpha channel.
- Độ Đục (Alpha):
Displays the alpha channel as a grayscale image. White areas are opaque, black areas are transparent.
- Bộ Đệm-Z (Z-Buffer):
Displays the depth from the camera, from Clip Start to Clip End, as specified in the Camera settings.
- Đỏ, Lục, Lam (Red, Green, Blue):
Single color channel visualized as a grayscale image.