Blender Git Loki
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