Blender Git Loki
Git Commits -> Revision 4fc45c7
Revision 4fc45c7 by Jeroen Bakker (master) March 20, 2020, 06:43 (GMT) |
Fix T74643: Outline Overlay Shows Hidden Faces When in editmode faces can be hidden, but in object mode these faces are still visible. The flag if a face was hidden in edit mode is stored in object mode, but should not be used. The edge detection gpu batch did detect hidden faces and didn't add them to the draw batch. The edge detection gpu batch is used for workbench shadows, custom bone shapes and object outlines. This patch adds all faces to the edge detection batch. Reviewed By: fclem Differential Revision: https://developer.blender.org/D7157 |
Commit Details:
Full Hash: 4fc45c7a2b75df1a0e07150c101b664e189550b7
Parent Commit: cb560c0
Lines Changed: +1, -1
1 Modified Path:
/source/blender/draw/intern/draw_cache_extract_mesh.c (+1, -1) (Diff)