Blender Git Commit Log

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

2 Modified Paths:

/source/blender/draw/intern/draw_cache_impl_mesh.c (+27, -9) (Diff)
/source/blender/draw/modes/edit_mesh_mode.c (+0, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021