Blender Git Loki
Git Commits -> Revision 3d5df5b
Revision 3d5df5b by Sybren A. Stüvel (soc-2021-curves) June 21, 2021, 14:31 (GMT) |
Fix T88394: crash when editing animated Alembic properties When an object, whose mesh gets loaded from Alembic, gets animated in Blender and the Alembic CacheFile datablock also gets animated, editing keyframes causes both datablock to be re-copied for evaluation. This caused a threading issue and a double-free of some memory. This is fixed by expanding the scope of the spin lock in `BKE_cachefile_reader_free()`. |
Commit Details:
Full Hash: 3d5df5bd8f18c6963d3ba3d47c0a6f837b5c14de
Parent Commit: 4a8197a
Committed By: Dilith Jayakody
Lines Changed: +4, -3
1 Modified Path:
/source/blender/blenkernel/intern/cachefile.c (+4, -3) (Diff)