Files
test2/source/blender/blenkernel
Nathan Vegdahl 8dbd167e80 Anim: add failure propagation to more lower-level keying functions
This changes the following keyframing functions to return
`SingleKeyingResult`, which is in turn used for better failure
reporting in the higher-level functions that call them:

- `KeyframeStrip::keyframe_insert()`
- `insert_vert_fcurve()`

As a side effect, this also means that
`rna_KeyframeAnimationStrip_key_insert()` can no longer return an
`FCurve *`, and now instead returns a bool indicating success.

This is part of an ongoing progressive refactor to improve error
messages and failure handling in the keyingframing code.

Pull Request: https://projects.blender.org/blender/blender/pulls/121517
2024-05-07 15:06:57 +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