Blender Git Commit Log

Git Commits -> Revision 480ff89

Revision 480ff89 by Jeroen Bakker (master)
April 6, 2020, 08:28 (GMT)
Fix T75311, T75310: Edit Weight Paint Overlay Render Artifacts

During recent refactoring of the edit weight overlay we moved a
assignment before it was valid. Making everything one frame off what
resulted in a flashing frame during TAA, not drawing the overlay until a
second action happened, making overlays too bright.

The reason whas that the painting overlay wasn't initialized in the
first sample, but the draw passes and groups were filled. Resulting in
rendering the overlay twice or not at all.

This change moves the assignment to where it is valid.

Commit Details:

Full Hash: 480ff89bf7cfb1f9ffd5ce66fbd5c65288ef04c0
Parent Commit: 999134b
Lines Changed: +2, -1

1 Modified Path:

/source/blender/draw/engines/overlay/overlay_engine.c (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021