Menu
RenderGuide.com
  • About
RenderGuide.com
Blender UV Mapping Tutorial

Blender UV Mapping Tutorial [2022]

This Blender UV Mapping Tutorial explains you everything about UV Mapping. It covers what UV Mapping is, how it works, unwrapping options and much more. Both UV Mapping and UV unwrapping are not an easy thing to understand. Especially for the beginners, who don’t have experience in this. That is why we made this article that should help the very beginners to understand what UV mapping in Blender is and how to work with it.

What is UV?

First of all you need to understand what it is. “U” and “V” are just coordinates of the 2D space. Usually people use “X” and “Y” for this purpose. But those are already used to designate coordinates in the 3D space. Thus, U and V are used instead.

Blender uv editor interface

UV Editor interface

Therefore UV unwrapping is a process of projecting your 3D figures onto the 2D space that is called UV. This needed so later you could use these unwrapes to project 2D images onto your 3D space.

It is usually not an easy process, because making 2D images project normally onto the 3D space is difficult. But it is a very important part of mastering Blender or any other similar 3D software.

blender uv mapped sphere

Image of sand UV mapped onto a sphere

How Does Blender UV Mapping work?

To start working with Blender UV mapping you need to open the UV Editor. A good idea would be to change to the UV Editing workspace that automatically creates a convenient interface where you can work with UV.

blender basics uv map

You can also right away notice here that the default cube comes already unwrapped from the get-go. That is because any of the simple objects from the Add menu come with a ready UV map. 

This is a good moment to add material to the cube and add an image texture to it, so you could see how it works yourself. Just in the Properties Editor, Material Properties change the Base Color source to the Image Texture.

blender image texture

Then use the Open button to locate any image file on your computer. After that change to the Material Preview and you should see the new texture applied to the cube.

blender basics uv

On the left you should see your image applied to the object and the unwrap on top of it. Each of the elements of the unwrap like face, edge and vertex correspond to the according face, edge and vertex on your 3D model. 

Also you can transform the unwrap in the same way you transform any 3D object. Meaning that you can move, rotate and scale it by using the same instruments and shortcuts. If you try to do any of the transforms on the UV map – you will notice the changes made to the texture on the object in real time.

blender uv

As you can see I have both rotated and scaled my UV map and the sand texture have also scaled and rotated in the same way. And as I have scaled the UV map more than the image itself – it becomes duplicating the texture. And on my sand texture this is very noticeable.

blender textured cube

Now let’s try to Unwrap the Cube ourselves. Yes, it is already unwrapped, but more complicated objects would not be. So it is a good idea to test things out and train.

Blender Unwrapping Options

To open the unwrapping menu – in Edit Mode of 3D Viewport click on the “UV” button on top or use the shortcut key – [U].

blender uv menu

Here you can see a lot of different Unwrapping options and settings. Let’s go about them one by one:

  • Unwrap. The basic unwrapping function. At this moment – does nothing, because we don’t have our object set up for this. Will get to this later.
  • Live Unwrap. Unwraps your object in real time. As soon as you add seams – it changes the unwrap.
  • Smart UV Project. Probably the best way for simple and quick unwraps. Though it needs smoother objects and does not work well with the sharp angles such as I have on a Cube.
blender smart uv project
  • Lightmap Pack. Separates all the faces on the unwrap and disconnects them from all other faces. Usually used to make textures for games and to save the UV space.
blender lightmap pack
  • Follow Active Quads. Takes the selected face and lays out UV map in the face loops. More advanced method and hardest to understand. Can work differently depending on the smallest changes in mesh, such as selected face.
blender follow active quads
  • Cube, Cylinder and Sphere Projections. Maps your mesh onto the object that is in the name and then unfolds. Works best with the objects that are similar to the shape in the name.
blender sphere projection

Sphere Projection

  • Project from View. Creates the UV unwrap out of what you currently see in your viewport. The main problem with it is that it only works if you don’t move your view around. As this does uncover the stretched textures on the different from the original sides.
blender project from view
blender stretched texture

Stretched textures on the sides after Project From View

  • Project From View (Bounds). Same thing as the last one, but scales the UV map to the bounds of the image.
blender project from view bounds

Adding Seams and Unwrapping object with Seams

Last options in the UV settings are Mark and Clear Seams. The simplest way to understand how Unwrapping works is to imagine that your 3D objects are made out of a single piece of paper. And you need to flatten this piece of paper on the ground by making as few cuts to the object as possible. These “cuts” are what is called seams in Blender. 

So to properly Unwrap an object you need to mark seams in the right places and then press the “Unwrap” button. You can try pressing it right now – but as I mentioned before – nothing will happen as you need seams to unwrap an object.

For a quick example select a face and press Mark Seams. This will create seams on the all edges of the selected face. You can notice that the edges became red. This means that they are marked as seams.

blender mark seams

After Unwrapping this you can see that this face’s UV is now separate from the whole object. And all other faces of the cube are overlapping each other and scaled poorly. That is because we don’t have any seams there, so Blender just squished our object into 2D. Imagine the paper Cube getting squished – it would look something similar to this.

To fix it, we will need to add some seams in the proper places and unwrap again. Try imagining how to do this and try it yourself. Here is how I did it and the result. It is practically the same cross shape that we had at the very start.

blender UV unwrapping

Blender UV Mapping A More Complicated Object

Now let’s try to UV unwrap and map a more complicated object than just a cube or any other default objects from the Add menu. I have made this simple barrel object for this task.

blender uv mapping complicated object

I have applied an image of wood as material to it. And as you can see – it is already unwrapped. That is because I have made it out of a cylinder. And as you already know – any object from the Blender Add menu comes unwrapped.

blender uv unwrapping

But because I have distorted and changed this original cylinder – the default UV map is no good for me. It has some really stretched textures in the places where I have changed the mesh. And you can see on the UV Editor that they are so stretched because they unwrapped as edges instead of faces. 

blender bad unwrap

To fix this let’s try to use some of the Unwrapping options. But before that it is important to Apply the transforms of your object. Because when you change the object’s information this can affect the UV mapping and mess it up. As you can see – in my case Scale is all messed up.

blender non applied scale

And to fix it I need to Apply a Scale transform. To do this proceed to the Object > Apply [Ctrl+A] > Scale. Or also you can Apply All Transforms, including scale.

blender apply scale

This changed the all messed-up scaling of my object and made it all equal to 1.

blender apply transforms

Now proceeding with the UV mapping. Starting with the Smart UV Project. It does not bring good results at all. You can see seams all over the place and it overall looks terrible.

blender basics Smart uv project

The Lightmap Pack is even worse. Frankly, none of the other Unwrapping options look any better. The only one that is at least close to looking good is the Cube Projection.

blender uv overlapping

Still there are clearly visible seams and overlapping textures. But it is manageable and if I work on it a little – move and scale the UV’s, you can see that it can be considered a properly UV mapped object.

blender basics uv mapping

The problem with this is that it requires a little bit of work and, most important, knowledge of what you are doing.

Therefore let’s try to unwrap it ourselves by marking seams. I chose a wooden barrel mesh because it can be easier to understand where to apply seams. Just imagine a real life wooden barrel and think which parts of it can’t be made out of the same piece of material.

blender basics mark seam

For example the lid should definitely be made out of separate pieces. So I can safely select the edges around the lid and mark them as Seams.

blender marking seam

Unwrapping this, though, clearly shows that this does not work yet. That is mainly because Blender tries to unwrap the whole main cylinder of the barrel as one connected UV mesh without any cuts. 

blender basics uv unwrap

Marking this edge loop as Seam should both fix the barrel main cylinder problem and unwrap it a lot better on the 2D space.

blender uv map transforms

At first glance it may seem that everything became even worse than it had been. But in reality I just need to change the scale and rotation on some of the UV’s and this will make the result a lot better. 

blender basics uv map

After a little bit of work – the result is much better. As you can see – some UV’s do indeed overlap. In some cases this can be a problem – in others such as this – not a problem. In my cases overlapping meshes simply does not bring any problems to the result.

Adding Second Image to a Blender UV Map

You can notice that my barrel has a mesh in the middle that extrues out.This part of the barrel looks really weird right now and merges too much with the main cylinder. That is because from the very beginning this part was intended to have different material.

There are basically two ways how you can make this part to have different texture. First is to merge two wanted textures into one image. You can use any image editor for this. For example here is what I have made:

blender two textures

Then you simply need to use this image as texture for your object and then use transforms to place all your UVs the way, so that necessary parts would be in the necessary places. 

blender two textures on one UV map

It did what we wanted it to do. But the second method would be better. The only option when you would use the first way that I see is if you really need to have only one material applied to an object. Because the second method adds one more material.

Simply create new material, add it to an object. Then select the part that needs to differ and press Assign.

blender adding second image

Alternatively you can also separate the needed part from the object all together and then apply new material to the separate object.

The main advantage of this method over the other one is that you can change settings of the separate material. For example – I can make it metallic and reflective. If I would do that for the previous material – wood would also become reflective and metallic, which is not the desired result at all.

blender two uv maps

Conclusion Blender UV Mapping

Blender UV Mapping is a very important process if you want to produce high quality textures and then renders. Though, as we saw – UV editing can be difficult to work with and needs some time to get used to.

But it becomes easier over time. Both because you learn more and receive experience and because technologies help you. Some time ago there was no way for automatic Unwrapping such as Smart UV Project and all needed to be made manually. Maybe in some time more the process will be even more automated. See also our other Blender Tutorials or since Blender can now also work with Daz3D Assets checkout our Daz Product 3d Model Highlights.

Receive our latest 3D Tutorials and 3D Model Reviews when they come out.

RenderGuide.com

RenderGuide.com is the place to find the Best 3D Models, learn 3D rendering with our step by step Daz3D Tutorials as well as our detailed Blender Tutorials. Take a look around and we hope you find some great inspiration for your next creative render projects.

Categories

  • 3d Models
  • Blender Tutorials
  • Daz3d Tutorials
  • Popular Posts

Popular Posts

  • how to use daz3dHow to Use Daz3d: Daz Beginner Tutorial [2022]
    This is a tutorial article. ...
  • best office 3d models6 Best Office 3d Models [2022]
    Check out the best office 3d ...
  • what is daz3dWhat is Daz3d: An Introduction to Daz Studio
    This article answers ...
  • house 3d model8 Best House 3d Models [2022]
    Are you seeking the best ...
  • dazd depth of fieldDaz3d Depth of Field: How to Use it
    This article explains ...
  • daz studio animation tutorialDaz Studio Animation Tutorial: Step by Step
    This article is a dedicated ...
  • daz3d iray lighting tutorialDaz3d Iray Lighting Tutorial
    This Daz3d Iray Lighting ...
  • 11 Best Car 3d Models [2022]
    What car 3d model do you want ...
  • daz3d render settingsDaz3d Render Settings: Basics & Tips
    In this article we are going ...
  • Daz dForce: Basics, Tutorials & More
    Daz dForce is an exclusive ...
  • how to install daz studioDaz Install Manager DIM vs DazCentral vs Daz3d Man…
    This article how to install ...
  • what is daz3d used forWhat Is Daz3d Used For?
    What is daz3d used for or may ...

Free 3d Models

Join our Newsletter

Renderguide Newsletter
  • Legal Notice & Affiliate Disclaimer
  • DMCA Notice
  • Privacy Policy
©2022 RenderGuide.com
We use cookies on our website to personalise your experience, to analyse website usage and for ad purposes.
In case of sale of your personal information, you may opt out by using the link Do not sell my personal information.
Read MoreCookie settingsACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us advertize, analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non Necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Save & Accept