Blender Git Commit Log

Git Commits -> Revision 1ca1744

Revision 1ca1744 by Jeroen Bakker (master)
March 26, 2020, 12:35 (GMT)
Fix T70807: Weight Paint Overlay XRay

Weight paint overlay was not working when XRay was turned on.

The Weight Paint overlay is rendered directly into the default
framebuffer with a depth equal test. This test fails as the depth won't match.
This patch will update the depth buffer in these cases.

Reviewed By: fclem

Differential Revision: https://developer.blender.org/D7176

Commit Details:

Full Hash: 1ca1744c29e299f36a83506aec23d9bc99b6e48c
Parent Commit: 1b1c683
Lines Changed: +55, -8

2 Modified Paths:

/source/blender/draw/engines/overlay/overlay_paint.c (+52, -8) (Diff)
/source/blender/draw/engines/overlay/overlay_private.h (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021