Hi, Have you got any tips on the best settings to get rid of normal edge artifacts in the weighted normal modifier, I am finding it hard to get rid of some normals and I am trying to stick to Blender and not revert back to Maya/3DMax to fix little issues.
Any tips would be appreciated, you can see the issue in the last image compared to Maya in the first image.
Hi, and the next probelm I am having is to do with Edge Padding -
How do I perform “Pixel Edge Padding” in Blender?
256 = 2px
512 = 4px
1024 = 8px
2048 = 16px
When a game model uses a single texture sheet (Texture atlas) the image will have areas that are used for the textures and blank areas between them. The used areas are often called UV shells, and the blank areas are often called gutters.
When a game engine renders a scene it uses Texture filtering to smoothly render the texture, in a process called downsampling. If the gutters have colors that are significantly different from the colors inside the shells, then those colors can “bleed” creating seams on the model. The same thing happens when neighboring shells have different colors; as the texture is downsampled eventually those colors start to mix.
To avoid this, edge padding should be added in the gutters between each UV shell. Edge padding duplicates the pixels along the inside of the UV edge and spreads those colors outward, forming a skirt of similar colors.
When the UV layout is created, the spacing between the shells should be done with edge padding in mind. If the gutters between the UV shells aren’t wide enough, there won’t be enough edge padding to prevent bleeding.
For uv packing with pixel padding I recommend combination of UV Packer addon - it has more sophisticated packing algorithm than vanilla blender packer and has exact uv padding setting instead of vague slider:
And TexTools addon - it simplifies baking in blender a lot and has padding value for bakes, it’s very useful for test bakes even if you plan to do baking in something like substance painter later.
Hi Neil, I have these issues to with the shading anomalies could you point me to where “on cage” button is at, I’d like to learn both methods. And from my experience UV Packer is a lifesaver. Worth every penny.