mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 07:22:12 -05:00
97d981a167
When there was an empty (no keyframes) track in the motion tracker's dopesheet, Blender would crash when running the Frame All operator. The issue was that the code computing the frame range was trying to access non-existant data on the empty track, leading to a null pointer dereference. This fixes the issue by guarding that code with a nullptr check. Pull Request: https://projects.blender.org/blender/blender/pulls/133371 |
||
---|---|---|
.. | ||
blender | ||
creator | ||
CMakeLists.txt |