Blender Git Loki
Git Commits -> Revision 847b66e
Revision 847b66e by Sybren A. Stüvel (master) June 18, 2021, 11:57 (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: 847b66e81de83653cacd1eb1eb503245cd156e31
Parent Commit: b8cf8e0
Lines Changed: +4, -3
1 Modified Path:
/source/blender/blenkernel/intern/cachefile.c (+4, -3) (Diff)