This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/sequencer
Richard Antalik 2e0cf17f94 Fix T103601: Crash on making Contactsheet
Python API for moving strips to and from meta strips did not invalidate
strip lookup cache. Because of that, `SEQ_get_seqbase_by_seq()` failed
to lookup origin of strip, which resulted in crash on NULL dereference.

Invalidateion was added to functions `SEQ_edit_move_strip_to_meta()` and
`SEQ_add_meta_strip()`.
2023-01-03 06:33:56 +01:00
..
2022-04-04 12:56:43 +02:00
2022-06-29 12:48:34 +02:00
2022-08-26 15:58:32 +10:00
2022-06-29 12:48:34 +02:00
2022-06-29 12:48:34 +02:00
2022-08-26 15:58:32 +10:00
2022-06-29 12:48:34 +02:00
2022-10-07 10:42:56 +11:00