Blender Git Commit Log

Git Commits -> Revision 4044c29

Revision 4044c29 by Campbell Barton (master)
June 21, 2021, 07:27 (GMT)
Fix T32214: Wireframe edge select fails with verts behind the view

This resolves a long standing bug in edge selection
(picking, circle, box & lasso).

Now when one of the edges vertices fails to project into screen space,
the edge is clipped by the viewport to calculate an on-screen location
that can be used instead.

This isn't default as it may be important for the on the screen location
not to be clipped by the viewport.

Commit Details:

Full Hash: 4044c29069aa3230767fa6d1a3dec196718f80df
Parent Commit: 54d651c
Lines Changed: +224, -48

4 Modified Paths:

/source/blender/editors/include/ED_view3d.h (+27, -1) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+6, -3) (Diff)
/source/blender/editors/space_view3d/view3d_iterators.c (+167, -39) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+24, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021