Blender Git Loki
Git Commits -> Revision ea30767
Revision ea30767 by Clément Foucault (master) February 7, 2019, 18:11 (GMT) |
Edit Mode: Reduce number of edges drawn This make sure only one line is drawn per edge. It makes the function mesh_create_edit_loops_points_lines() non-thread safe but this is fine as of now because nothing is multithreaded at this point. Also this is the only function use this flag so it might be OK. The side effect is that we don't need to use depth test in edit mode overlay so the masking artifact will not appear. |
Commit Details:
Full Hash: ea30767997e98ffa508fd5d5ef0c79719d01ccee
Parent Commit: 7584ef8
Lines Changed: +27, -13