System Information
Operating system: Linux-5.4.0-33-generic-x86_64-with-debian-bullseye-sid 64 Bits
Graphics card: Mesa Intel(R) UHD Graphics 620 (KBL GT2) Intel 4.6 (Core Profile) Mesa 20.0.4
Blender Version
Broken: version: 2.90.0 Alpha, branch: master, commit date: 2020-06-05 13:22, hash: rBa8afe509daf0
Worked: Before commit rB8b347fc2cdc6: Armature: increase maximum delectable bones from 4096 to 8192
Short description of error
Bone selection fails Crashes in release, assert in debug build
Exact steps for others to reproduce the error
- Add armature
- Go to edit mode
- Try to select bones like a crazy monkey tester.
Asserts at armature_select.c
/* If this fails, selection code is setting the selection ID's incorrectly. */
BLI_assert(base && ebone);Error Introduced by rB8b347fc2cdc6: Armature: increase maximum delectable bones from 4096 to 8192