Files
test/source/blender
Sybren A. Stüvel 3012eca350 Fix T98700: Regression: Crash when recursively nesting NLA meta strips
The `update_active_strip_from_listbase()` function took meta-strips in
the "source" list into account, but didn't recurse into the
corresponding meta-strip of the "destination" list. This is now fixed.

`update_active_strip_from_listbase()` needed a few changes to resolve
the issue:
- It was renamed to `find_active_strip_from_listbase()` to limit its
  reponsibility to just finding the active strip. It now leaves the
  assignment to the caller. This reduces the number of parameters by 1
  and makes recursion simpler.
- The destination strips are now, like the source strips, passed as
  `ListBase`, so that both source & dest can be recursed simultaneously.
2022-06-14 16:25:20 +02:00
..
2022-06-10 10:29:35 +02:00
2022-03-16 11:58:22 +11:00
2022-06-10 10:29:35 +02:00
2022-06-10 10:11:49 +02:00
2022-06-13 13:17:32 +02:00
2022-05-17 15:34:02 +10:00