Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
I wasn't sure if DEG_id_tag_update was needed for updating sound, but it seems this works OK.
Comment Actions
rna_Sequence_invalidate_raw_update > BKE_sequence_invalidate_cache_raw > sequence_invalidate_cache does exactly that:
https://developer.blender.org/diffusion/B/browse/master/source/blender/blenkernel/intern/sequencer.c$4206