Blender Git Loki
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