Page MenuHome

Fix T73286: Projection Painting Dense Mesh Bleed
ClosedPublic

Authored by Jeroen Bakker (jbakker) on May 8 2020, 10:58 AM.

Details

Summary

When projection painting a dense mesh a face can be marked
PROJ_FACE_DEGENERATE when it is too small. Degenerative faces are
handled differently and as documented can create incorrect results.

Not sure what these incorrect results are and if there could be a better
solution for handling these results.

This fix would only mark a face degenerative when all the verts are the
same.

Diff Detail

Repository
rB Blender