Page MenuHome

Fix T89313: Attribute search crash with animation playback
ClosedPublic

Authored by Hans Goudey (HooglyBoogly) on Nov 10 2021, 9:12 PM.

Details

Summary

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.

Diff Detail

Repository
rB Blender
Branch
fix-attribute-seach-animation-disable (branched from master)
Build Status
Buildable 18581
Build 18581: arc lint + arc unit