Files
test/source/blender/blenkernel
Falk David fea091e18e Refactor: GPv3: 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.
2024-05-08 16:47:46 +02:00
..
2024-05-08 16:47:46 +02:00
2024-05-08 11:25:00 +02:00
2024-04-08 16:23:25 +10:00
2024-05-03 11:33:18 +10:00
2024-05-03 11:33:18 +10:00
2023-11-27 09:30:52 +11:00
2024-05-07 12:29:32 +02:00