Not sure if this is the design/architectural correct fix, but updating the depsgraph solved this annoying issue for me.
Details
Details
- Reviewers
Richard Antalik (ISS) - Group Reviewers
Video Sequencer - Maniphest Tasks
- T69352: Audio strips playback does not update when changing sequence.frame_start
- Commits
- rBd025119aeb12: Fix T69352: Audio strips don't update when changing `frame_start`
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Thanks for patch!
I think you could safely call DEG_id_tag_update(&scene->id, ID_RECALC_SEQUENCER_STRIPS) in sequence_invalidate_cache() in sequencer.c file. This will possibly fix few other bugs.