Files
test/source/blender
Christoph Lendenfeld 6922cb4683 Refactor: keyingsets.cc
No functional changes

Make the code more readable by doing the following
* rename `BKE_keyingset_free` to `BKE_keyingset_free_paths` since that is what it does
* invert `if` and return early to reduce indentation
* add enum value `MODIFYKEY_SUCCESS` to explicitly state the return value, instead of eModifyKey_Returns(0)
* return `INSERTKEY_NOFLAGS` instead of eInsertKeyFlags(0)
* move variables closer to their usage

Pull Request: https://projects.blender.org/blender/blender/pulls/113666
2023-10-13 12:55:54 +02:00
..
2023-10-13 12:55:54 +02:00
2023-10-13 12:54:23 +02:00
2023-10-13 12:55:54 +02:00
2023-10-10 09:44:57 +11:00
2023-10-12 12:25:39 +02:00
2023-10-13 10:57:20 +11:00
2023-10-12 10:33:29 -07:00
2023-10-13 12:55:54 +02:00
2023-08-24 11:38:41 +10:00