0
$\begingroup$

I'm working on this project:

enter image description here

I needed to bake the house structure, so I joined all objects, created smart uv project and started the bake.

It succeded, but the texture result wasn't correct:

enter image description here

The UV shrink

So seeing the UV (yes, it's a mess because of the object join) I think the problem is because of the scale:

enter image description here

If I create a bigger image texture, then the UV and UV canvas scales with it, so that's not really working

I'm pretty lost, I already tried packing islands (it still requires to scale UV outside limits so the tilling textures are displayied correctly and the bake keeps failing)

What could I do? Should I do a smallest bake? I tried searching how to increase the size of the UV canvas but I don't know if that would be correct or even possible

Thanks for your time

$\endgroup$
2
  • $\begingroup$ It is not possible to make 0-1 space bigger for baking. You will need to bake to new UV map which will have UV islands packed so that they don't intersect. See blender.stackexchange.com/questions/149917/… $\endgroup$
    – Mr Zak
    Commented Nov 26, 2020 at 22:30
  • $\begingroup$ Right, I'm creating a new smart uv project. the problem is that the textures are too big (see the example in the bricks) $\endgroup$
    – Haytam95
    Commented Nov 26, 2020 at 23:07

1 Answer 1

2
$\begingroup$

You cannot bake anything with overlapping UVs and outside of UV coordinates in the square (0,0),(1,1). You could create a separate UV map if you need to have different UV maps for other textures:

enter image description here

It's fine to scale other UV maps than the one used for baking, but you could also use a vector mapping node.

You would need to connect the right UV maps to the image node you are baking to and to other textures as well:

enter image description here

All UVs intended for baking need to be inside the square and not overlapping like this:

enter image description here

This defines where the information from the bake is going to be saved in the baked image so if you have overlapping UVs you have places on the image where Blender would need to save information from multiple places of the 3d object so that cannot work.

$\endgroup$
7
  • $\begingroup$ So, this is the best I could get for example of the bricks? image (ignore the overlapping, just testing) Should I resize the texture outside blender to get the desired result? $\endgroup$
    – Haytam95
    Commented Nov 26, 2020 at 22:45
  • $\begingroup$ You should use a different UV map for the bricks(and other things) and do whatever you want with it and then make another UV map for all the geometry of the mesh just for the baking. $\endgroup$ Commented Nov 26, 2020 at 22:49
  • $\begingroup$ I understand but even with a new UV, the texture isn't displaying correctly because the UV square is too small. If the UV square can't be resized, then the trouble is with the texture, Am I right? (If the bricks were smaller, then the tiled would look correct). If it's not a problem with the texture, maybe I can't do this bake how I'm thinking $\endgroup$
    – Haytam95
    Commented Nov 26, 2020 at 23:03
  • $\begingroup$ I just added to the question, for clarification, that I created a new UV project before the bake (so the trouble is 100% because of how the bricks, and other textures scales) $\endgroup$
    – Haytam95
    Commented Nov 26, 2020 at 23:10
  • $\begingroup$ It's fine to scale other UV maps than the one used for baking, or use a vector mapping node. $\endgroup$ Commented Nov 26, 2020 at 23:10

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .