Blender Git Loki
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