• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Blender Stretched UV Mapping

Messages
14
Country
france
Hi,

I'm trying to make an airport from the excellent video tutorial (https://www.fsdeveloper.com/forum/t...ies-for-creating-scenery-with-blender.447046/) by @spotlope.

I have a problem with texture mapping, sommes faces are stretched and somes edges are misaligned yet I applied seams well, scaled and unfolded. All vertices are aligned :
Capture d’écran 2020-08-31 à 13.57.18.jpg

Capture d’écran 2020-08-31 à 14.06.55.jpg

Capture d’écran 2020-08-31 à 14.03.09.png
Capture d’écran 2020-08-31 à 14.03.27.png


You can see the small part of the roof is also stretched while it is a simple face. I have been searching for 2 days but I cannot resolve this, does anyone notice anything?


I noticed when i try to add a loop knife, all faces are not selected:

Capture d’écran 2020-08-31 à 14.03.44.png


the .bend is attached.

Best,
Thomas
 

Attachments

  • UIP 2.zip
    3.8 MB · Views: 268
Hi,

I'm trying to make an airport from the excellent video tutorial (https://www.fsdeveloper.com/forum/t...ies-for-creating-scenery-with-blender.447046/) by @spotlope.

I have a problem with texture mapping, sommes faces are stretched and somes edges are misaligned yet I applied seams well, scaled and unfolded. All vertices are aligned :
View attachment 61392
View attachment 61396
View attachment 61393View attachment 61394

You can see the small part of the roof is also stretched while it is a simple face. I have been searching for 2 days but I cannot resolve this, does anyone notice anything?


I noticed when i try to add a loop knife, all faces are not selected:

View attachment 61395

the .bend is attached.

Best,
Thomas
I'm not at my laptop right now so I have to do this from memory alone, but I think when faces show up distorted in the uv map, one possible reason could be that not all of the faces of your model are either triangles or quad, meaning that you have some n-gons in that model, ie a face with more than four vertices. One quick way to check this is to select your object, enter edit mode, make sure that nothing is selected (alt-A by default) and then from one of the top menus, I think it's Select, there should be an option "Faces" - - >"select by trait" - - > "greater than" and then enter 4 as a value, this selects all faces that have more than four vertices. Than there should be an option, I think under the "Mesh" menu or just search for it in the toolbar, it's called "triangulate faces". This should now convert all the selected ngons into triangles. Now select all faces of your object again and hit U to unwrap again and see if it works out better. You will however have to reposition all the UV islands on your UV map manually again.
 
Hi fabs,

Thanks for reply, i have found the problem. In blender i have changed the unwrap method to "conformal" from "angle based" and all are ok now :

Capture.PNG


And the result:

Capture.PNG
 
Back
Top