Blender Git Commit Log

Git Commits -> Revision 1e7afea

Revision 1e7afea by Sergey Sharybin (master)
July 31, 2020, 09:45 (GMT)
Fix T78835: Ghosting audio after using undo

The root of the issue comes to the fact that sub-data pointers were
used to match strips before/after copy-on-write. The undo system might
re-use sub-data pointers after re-allocating them, making it so that,
for example, pointer used by sound strip is later re-used by video
strip.

This fix takes an advantage of recently introduced per-sequence UUID
and uses it to match sequences before/after copy-on-write.

Commit Details:

Full Hash: 1e7afea2bb236ad9281e0d4a3f0342a04cab65c9
Parent Commit: 9ea6228
Lines Changed: +13, -3

2 Modified Paths:

/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_sequencer.cc (+8, -2) (Diff)
/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_sequencer.h (+5, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021