Page MenuHome

Fix for T69352
ClosedPublic

Authored by Monique Dewanchand (mdewanchand) on Sep 7 2019, 11:42 PM.

Details

Summary

Not sure if this is the design/architectural correct fix, but updating the depsgraph solved this annoying issue for me.

Diff Detail

Repository
rB Blender

Event Timeline

Richard Antalik (ISS) requested changes to this revision.Sep 9 2019, 12:49 PM
Richard Antalik (ISS) edited reviewers, added: Richard Antalik (ISS); removed: Video Sequencer.

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.

This revision now requires changes to proceed.Sep 9 2019, 12:49 PM

Moved call to depsgraph to sequencer.c -> sequence_invalidate_cache

This revision is now accepted and ready to land.Sep 16 2019, 2:44 AM