Blender Git Commit Log

Git Commits -> Revision 338be95

Revision 338be95 by Campbell Barton (master)
June 22, 2021, 04:23 (GMT)
Fix bone select failing with end-points outside the view

Apply the same fix for T32214 (edge-select failing) to bones
which also failed when their end-points were outside of the view.

- Add V3D_PROJ_TEST_CLIP_CONTENT support for edit & pose bone iterator
and use for selection operators.
- Remove unnecessarily complicated checks with pose-mode lasso tagging.
- Correct error in pose-mode LassoSelectUserData.is_changed
(currently harmless as it's not read back).

Commit Details:

Full Hash: 338be95874bddec300a863c9583652cda0ccf5de
Parent Commit: 9ac56ba
Lines Changed: +295, -177

2 Modified Paths:

/source/blender/editors/space_view3d/view3d_iterators.c (+203, -137) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+92, -40) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021