Files
test/source
Pratik Borhade 29160edd0b Fix #126702: GPv3: Export PDF selected frames exports some unselected frames
`frame_at()` returns previous keyframe of which the drawing is visible
at current framec. When previous keyframe is selected, all the intermediate frames
till iteration reach the next keyframe are also exported.
To fix this, look inside `frames()` map instead of `frame_at()`.

Pull Request: https://projects.blender.org/blender/blender/pulls/126779
2024-09-09 10:44:15 +02:00
..