Blender Git Commit Log
Git Commits -> Revision fc8a7a4
Revision fc8a7a4 by Campbell Barton (master) June 10, 2020, 08:04 (GMT) |
Fix T77560: Bone selection crashes The was caused by 8b347fc2cdc67 as the old BONESEL_NOSEL flag handled the -1 case (used for none). Instead of checking for -1, remove these elements from the array as selection code makes decisions based on the number of hits detected. |
Commit Details:
Full Hash: fc8a7a44b200e37066a8753c514564c674eace30
Parent Commit: edb4e55
Lines Changed: +56, -4