c1967d0fb6dd4f3fa99ed18dceb1f476e109359d
When moving an object with a motion path and animdata but no assigned action, and with certain auto-key settings enabled, Blender would crash. The cause was code that tried to access an action's fcurves without proper guarding: the guard checked whether an object had animdata, but not whether it had an action assigned or not, and would happily try to access that non-existent action's fcurves. This fixes the crash by also checking if an action is assigned. Pull Request: https://projects.blender.org/blender/blender/pulls/133552
…
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
11%
C
6.3%
GLSL
2.2%
CMake
1.3%
Other
1.1%
