Files
test/source/blender/blenkernel/intern
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-02-11 09:14:36 +11:00
2022-06-03 15:08:11 +10:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-03-30 11:38:24 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-05-15 00:36:42 -07:00
2022-05-22 13:05:12 +02:00
2022-05-06 13:33:23 +02:00
2022-05-30 16:16:25 +02:00
2022-05-22 20:06:24 +02:00
2022-05-30 15:42:38 +02:00
2022-06-10 10:29:35 +02:00
2022-04-28 10:53:50 -05:00
2022-02-11 09:14:36 +11:00
2022-02-25 13:22:42 +01:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-06-10 10:29:35 +02:00
2022-04-04 15:43:25 +10:00
2022-05-16 16:56:27 +02:00
2022-05-30 14:09:07 +02:00
2022-04-15 16:40:01 +02:00
2022-06-09 10:17:39 +10:00
2022-06-03 15:08:11 +10:00
2022-05-16 15:42:54 +02:00
2022-06-14 14:30:04 +10:00
2022-06-01 15:38:48 +10:00
2022-02-11 09:14:36 +11:00
2022-06-10 10:29:35 +02:00
2022-02-11 09:14:36 +11:00
2022-05-30 17:46:44 +02:00
2022-04-02 06:14:27 +02:00
2022-03-09 10:13:43 +11:00