Blender Git Commit Log

Git Commits -> Revision 9baf39c

Revision 9baf39c by Germano Cavalcante (master)
March 22, 2021, 15:46 (GMT)
Fix T86666: Lasso and Circle select tools selecting objects behind clip_min

Although it works well in most cases, the algorithm to detect if a point
is within the limits of the camera does not work well in othographic mode.

This commit also adds the option `V3D_PROJ_TEST_CLIP_FAR` (currently unused).

Differential Revision: https://developer.blender.org/D10771

Commit Details:

Full Hash: 9baf39c8daded5b000d4eacc6c677dbfd3359478
Parent Commit: fb1265c
Lines Changed: +37, -46

3 Modified Paths:

/source/blender/editors/include/ED_view3d.h (+9, -7) (Diff)
/source/blender/editors/space_view3d/view3d_project.c (+22, -29) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+6, -10) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021