Files
test2/source/blender/blenkernel/intern
Sietse Brouwer c4405f61d5 Fix: GPv3: Crash when duplicating frames
In larger scenes Blender could crash when duplicating frames in GPv3.
This was caused by a dangling reference in `insert_duplicate_frame`.
The source frame could become invalid when the frames map was
reallocated due to `layer.add_frame(dst_frame_number, ...)` a few lines
later in the code.
The fix replaces the reference and assigns by value.

Pull Request: https://projects.blender.org/blender/blender/pulls/121414
2024-05-06 14:21:04 +02:00
..
2024-01-30 14:42:13 -05:00
2024-04-26 17:10:04 +02:00
2024-01-30 14:42:13 -05:00
2024-03-26 13:07:04 -04:00
2024-01-31 14:04:56 -05:00
2024-04-30 12:13:23 +10:00
2024-04-20 12:41:23 +10:00
2024-04-20 12:41:23 +10:00