Mesh Painting Texture Paint tool can miss some pixels along UV seams, even with "Enable Seam Painting" set to True.
This appears to be because of the difference between rasterization and sampling. With rasterization, a pixel is only rendered to if its center is within a rasterized triangle. When sampling, a pixel will be sampled if any part of it is within the triangle.
This leads to fine edges where some pixels are not written to during Mesh Paint, but are sampled in the material.
Also tested on //UE5//Release-5.5, CL: 36860055
How does TextureRenderTarget2D get TArray<uint8> type data?
How do I set a material as a post-processing material?
Why does the REMOVE method of map container remove elements have memory leaks?
What is the cause of the packaging error falling back to 'GameUserSettings' in ue5?
How to delete some elements correctly when deleting an array loop?
What is the difference between Camera and CineCamera?
What controls of umg have mouse wheel events in UE4.27?
How to use the.usf file in the ue4 engine Shader in the material?
Why does UV setting float2(1,1) display incorrectly in the material's custom node?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-226930 in the post.
1 |
Component | UE - Rendering Architecture |
---|---|
Affects Versions | 5.5, 5.4.4 |
Target Fix | 5.6 |
Fix Commit | 39479541 |
---|
Created | Oct 8, 2024 |
---|---|
Resolved | Jan 27, 2025 |
Updated | Feb 10, 2025 |