Blender Git Loki
Git Commits -> Revision 22ffd69
Revision 22ffd69 by Hans Goudey (master) November 10, 2021, 21:43 (GMT) |
Fix T89313: Attribute search crash with animation playback rBc473b2ce8bdbf8fa42 improved the situation somewhat, but attribute search still crashes during animation playback, because the UI search data references stale memory. The proper solution is to allow the search to own data rather than just referencing it, but I would prefer not to do that for 3.0. In the meantime, just disable attribute search when animation is playing. Differential Revision: https://developer.blender.org/D13179 |
Commit Details:
Full Hash: 22ffd69a91c9287e4f61e620ec2beaf9b1ff22c1
Parent Commit: 040630b
Lines Changed: +21, -3