Blender Git Loki
Git Commits -> Revision 579447b
Revision 579447b by Philipp Oeser (master) March 24, 2020, 08:44 (GMT) |
Fix T74096: Paint Masking overlay can`t be hidden Caused by rB9516921c05bd. Dont really see a reason to draw overlays here if overlays are disabled. Looks like this only affects Face/Vertex mask selection drawing [which should indeed be hidden when overlays are disabled] next to two exceptions: - OVERLAY_paint_vertex_cache_populate draws weights as well [D7176 / T70807 might be related here, but to me it looks like drawing weights here is actually not needed at all] - OVERLAY_paint_texture_cache_populate calls DRW_cache_mesh_surface_texpaint_get [not sure about this one, this is also called from workbench_cache_texpaint_populate, looks like this is not needed when overlays are hidden] Maniphest Tasks: T74096 Differential Revision: https://developer.blender.org/D7179 |
Commit Details:
Full Hash: 579447bd892af14a306e29f487ecf11ce226d52e
Parent Commit: 6e4eb2b
Lines Changed: +1, -1
1 Modified Path:
/source/blender/draw/engines/overlay/overlay_engine.c (+1, -1) (Diff)