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