fea091e18e02d1287979f5525656c6f5cae1c107
insert_blank_frame
This is part of #121565. Renames the `insert_blank_frame` function to `insert_frame`. Instead of returning a boolean for if the keyframe was created, return a pointer to the drawing. This aligns more with how we're using this API. After inserting a keyframe, it's common to then e.g. write to the newly created drawing. Also use sensible default parameter values for the duration (default = implicit hold) and the keyframe type (dafault = `BEZT_KEYTYPE_KEYFRAME`). With this change, we're moving closer to the goal of only allowing to create drawings by creating keyframes.
…
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%
