简介

第一步是展开网格。在网格编辑结束,面数足够的情况下,你想要展开UV。如果对已经展开UV的模型添加面或者细分现有面,Blender会自动为你添加这些新的面,不过你得做额外的映射或编辑。这种情况下,可以使用UV贴图来引导修改新增的几何元素。

关于UV

UV中的每一点对应网格上的一个顶点。连接UV的线条对应网格上的边。UV上的每个面对应一个网格面。

Each face of a mesh can have many UV textures. Each UV texture can have an individual image assigned to it. When you unwrap a face to a UV texture in the UV Editor, each face of the mesh is automatically assigned four UV coordinates: These coordinates define the way an image or a texture is mapped onto the face. These are 2D coordinates, which is why they are called UV, to distinguish them from XYZ coordinates. These coordinates can be used for rendering or for real-time viewport display as well.

Every face in Blender can have a link to a different image. The UV coordinates define how this image is mapped onto the face. This image then can be rendered or displayed in real-time. A 3D Viewport has to be in “Face Select” mode to be able to assign Images or change UV coordinates of the active mesh object. This allows a face to participate in many UV textures. A face at the hairline of a character might participate in the facial UV texture, and in the scalp/hair UV texture.

这些将在下一节详述。

入门

../../../../_images/modeling_meshes_uv_unwrapping_introduction_screenlayout.png

UV编辑屏幕布局。

By default, meshes are not created with UVs. First you must map the faces, then you can edit them. The process of unwrapping your model is done within Edit Mode in the 3D Viewport. This process creates one or more UV Islands in the UV Editor.

To begin, choose the UV Editing workspace from the selection list at the top of your screen in the Preferences header. This sets one of the areas to show you the UV Editor, and the other area to the 3D Viewport.

进入 编辑模式,因为所有的展开工作都要在编辑模式下。你可以使用顶点、面或边选择模式。

工作流程

The process for unwrapping is straightforward, but there are a lot of options available, each of which dramatically affect the outcome of the unwrap. By understanding the meaning behind the options, you will become more efficient at unwrapping.

流程如下:

  1. 如有必要,标记缝合线。

  2. 选择所有网格元素。

  3. 从UV展开菜单选择合适的UV映射方法。

  4. 调整展开设置。

  5. Add a test image to see if there will be any distortion. See Applying Images to UVs.

  6. Adjust UVs in the UV editor. See Editing UVs.