Files
test2/source/blender
Sybren A. Stüvel 017d83790c Refactor: move keyframe-adding function from RNA to editors/animation
The RNA function `fcurve.keyframe_points.add(N)` was purely implemented
in the RNA wrapper. It now sits in `ED_keyframes_add(fcu, N)` where it
can be used by other C code as well.

It's in the editors code, as regular keyframe insertion is there as
well.

No functional changes.
2023-04-24 12:07:28 +02:00
..
2023-04-22 13:46:11 +02:00
2023-04-22 13:46:11 +02:00
2023-04-21 23:27:21 +10:00