Blender Git Commit Log
Git Commits -> Revision 1239cab
Revision 1239cab by Julian Eisel (master) April 8, 2020, 21:23 (GMT) |
Fix T75203: Crash when changing active keying set When updating the active button, the search data wasn't updated, so it kept using the old pointers. A check in `ui_rna_collection_search_cb()` relied on this incorrect behavior so I had to fix that too. Note that the previous commit was also needed for the second fix to work. Caused by c46dcdf8871e. |
Commit Details:
Full Hash: 1239cab11ff97faec708c7a4cf11007ac2b37108
Parent Commit: 74fa878
Lines Changed: +21, -4