Introduction

A UV texture is a picture (image, sequence or movie) that is used to color the surface of a mesh. The UV texture is mapped to the mesh through one or more UV maps. There are three ways to establish the image used by the UV texture:

  1. Paint a flat image in the UV/Image Editor onto the currently selected UV texture, using its UV map to transfer the colors to the faces of the mesh.
  2. Paint the mesh in the 3D View, and let Blender use the currently selected UV map to update the UV texture (see Projection Painting).
  3. Use any image editing program to create an image. In the UV/Image Editor, select the UV texture and load the image. Blender will then use that texture’s UV map to transfer the colors to the faces of the mesh.

Blender features a built-in paint mode called Texture Paint which is designed specifically to help you edit your UV textures and images quickly and easily in either the UV/Image or the 3D View Editor. Since a UV texture is just a special-purpose image, you can also use any external paint program. For example, GIMP is a full-featured image manipulation program that is also open-source.

../../../_images/sculpt-paint_painting_texture-paint_introduction_example.png

Texture painting in Blender.

Since a mesh can have layers of UV textures, there may be many images that color the mesh. However, each UV texture only has one image.

Texture Paint works in both a 3D View and the UV/Image Editor. In the 3D View in Texture Paint Mode, you paint directly on the mesh by projecting onto the UVs.

Getting Started

Once you have unwrapped your model to a UV map, you can begin the texturing process. You cannot paint on a mesh in Texture Paint Mode without first unwrapping your mesh, and doing one of the following steps. Either:

See: Applying Image.

After you have done one of these two things, you can modify the image using the Texture Paint Mode:

../../../_images/sculpt-paint_painting_texture-paint_introduction_paint-mode.png

Enabling paint mode.

  • In the 3D View, select Texture Paint Mode from the mode selector in the header, and you can paint directly onto the mesh.
  • In the UV/Image Editor, switch the mode from View to Paint (shown to the right).

Примечание

Square Power of Two

Texture Paint is very fast and responsive when working in the 3D View and when your image is sized as a square where the side lengths are a power of two, e.g. 256×256, 512×512, 1024×1024, etc.

Once you enable Texture Painting, your mouse becomes a brush. To work with the UV layout (for example, to move coordinates) you must go back to «View» mode.

As soon as you enable Texture Painting or switch to Texture Paint Mode, brush settings become available in the Tool Shelf.

In the UV/Image Editor, you paint on a flat canvas that is wrapped around the mesh using UV coordinates. Any changes made in the UV/Image Editor show up immediately in the 3D View, and vice versa.

A full complement of brushes and colors can be selected from the Properties region in the UV/Image Editor. Brush changes made in either panel are immediately reflected in the other panel. However, the modified texture will not be saved automatically; you must explicitly do so by Image ‣ Save in the UV/Image Editor.

Missing Data

When no UV layers or texture slots can be detected, the system will display a warning and a few controls to add the relevant data in the Tool Shelf. You will not be able to paint until all missing data have been added.

Add Simple UVs
The Add Simple UVs does a simple cube unwrap followed by a pack operation. It’s still recommended to make a custom unwrap.
Add Paint Slot
Add a material (if missing) and/or a texture slot. (Todo 2.72)

Texture Preview

If your texture is already used to color, bump map, displace, alpha-transparent, etc., a surface of a model in your scene (in other technical words, is mapped to some aspect of a texture via a texture channel using UV as a map input), you can see the effects of your painting in the context of your scene as you paint.

To do this, set up side-by-side areas, one area in 3D View set to Texture shading option, and in the second area the UV/Image Editor loaded with your image. Position the 3D View to show the object that is UV-mapped to the loaded image. In the image to the right, the texture being painted is mapped to the «Normal» attribute, and is called «bump mapping», where the grayscale image is used to make the flat surface appear bumpy. See Texture Mapping Output for more information on bump mapping.

Saving

If the header menu item Image has an asterisk next to it means that the image has been changed, but not saved. Use the Image ‣ Save Image option to save your work with a different name or overwrite the original image.

Примечание

UV Textures

Since images used as UV textures are functionally different from other images, you should keep them in a directory separate from other images.

The image format for saving is independent of the format for rendering. The format for saving a UV image is selected in the header of the File Browser, and defaults to PNG (.png).

If Packing is enabled in the File Browser’s header, or if you manually Image ‣ Pack Image, saving your images to a separate file is not necessary.

Using an External Image Editor

If you use an external program to edit your UV texture, you must:

  1. Run that paint program (GIMP, Photoshop® , etc.).
  2. Load the image or create a new one.
  3. Change the image.
  4. And re-save it within that program.
  5. Back in Blender, you reload the image in the UV/Image Editor.

You want to use an external program if you have teams of people using different programs that are developing the UV textures, or if you want to apply any special effects that Texture Paint does not feature, or if you are much more familiar with your favorite paint program.

Known Limitations

UV Overlap

In general overlapping UVs are not supported (as with texture baking).

However, this is only a problem when a single brush stroke paints onto multiple faces that share a texture.

Perspective View & Faces Behind the View

When painting onto a face which is partially behind the view (in perspective mode), the face cannot be painted on. To avoid this, zoom out or use an Ortho mode viewport.

Perspective View & Low Poly

When painting onto a face in perspective mode onto a low-poly object with normals pointing away from the view, painting may fail; to workaround disable the Normal option in the paint panel.

Typically this happens when painting onto the side of a cube (see Bug report T34665).