Files
test/source/blender
Sybren A. Stüvel 15bc3d260d Fix 2 for T98700: Crash when recursively nesting NLA meta strips
When searching for the active NLA strip, avoid overwriting the found strip
pointer with NULL if it was already found in a previous iteration.

The active strip is searched for while looping over the NLA tracks. If the
active strip was found on a previous track, and not on the current track,
this would effectively set `actstrip = NULL`. This is now avoided.

Another benefit is that the search for the active strip is stopped as soon
as it's found, which should increase performance a tiny bit.
2022-06-21 15:28:11 +02:00
..
2022-06-10 10:29:35 +02:00
2022-06-20 10:14:17 -05:00
2022-03-16 11:58:22 +11:00
2022-06-20 10:14:17 -05:00
2022-06-13 13:17:32 +02:00
2022-06-17 07:33:06 +10:00
2022-05-17 15:34:02 +10:00