b6ed5eea8d5d6c23aa9c34e29b2373850f0cf534
frame_key_at
Previously, `frame_key_at` would return `-1` for when it couldn't find a key for the given frame. This could lead to issues though, because `-1` is a valid key (it is a valid scene frame number). This changes the API to return an optional instead. This makes it very clear when no key was found, and should make it less error prone.
…
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%
