Blender Git Commit Log
Git Commits -> Revision 4bfa3f4
Revision 4bfa3f4 by Clément Foucault (master) September 22, 2017, 00:44 (GMT) |
Edit Mesh Mode : Make line smoother. This introduce some little artifacts on the border of edges because some pixel with very low opacity does not get discarded and then occlude the face rendered behind if it has not been drawn yet. To fix this. I added an offset in the geometry shader for the edge fixup. This make the artifact only visible on the border of the object if there is a very dense wire region. It's only visible in edge select mode since vertex and face center also hides the artifacts. We can enable this only if AA is enabled but for now it's always enabled. |
Commit Details:
Full Hash: 4bfa3f4f9ba13d49409e64d71d6894a3be12cf16
Parent Commit: e4f05df
Lines Changed: +55, -35