38dd4a5e9adf9c666acea1b629c8abfc965961ae
Both these operators would quite often put the framed strips offscreen. This was in part due to the padding need to make sure that the strips were not going to be obscured by the scrub area or overlays not being applied or calculated correctly. In addition to that, the view positioning logic was not in sync with the vertical clamping code. This lead to the operators positioning the view into a forbidden state. So the clamping logic would adjust the view afterwards and thus put some of the framed strips offscreen. This patch unifies the logic used by the "frame X" operators and the clamping code, making them play nice with each other. Pull Request: https://projects.blender.org/blender/blender/pulls/122219
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
