Files
test2/source/blender/editors/include
Christoph Lendenfeld b753ef73a0 Refactor: convert ListBase of tRKS_DSource to Vector
No functional changes

The keying set code was passing around a list
of `tRKS_DSource` through a lot of functions.
It turns it this was just a ListBase wrapper around `PointerRNA`.

So to make it clearer what is passed around, I replaced the
`ListBase` with a `Vector<PointerRNA>`

To make the use of `ANIM_relative_keyingset_add_source` clearer
I made two functions out of it with different parameters.
Those can take the vector as a reference and
EITHER only an `ID *`
OR an `ID *`, `StructRNA *` and a `void *`

Pull Request: https://projects.blender.org/blender/blender/pulls/113675
2023-10-13 15:06:53 +02:00
..
2023-10-06 10:49:54 +02:00
2023-09-13 02:25:03 +02:00
2023-09-13 02:25:03 +02:00
2023-09-27 01:45:59 +02:00
2023-08-18 17:29:41 +02:00
2023-10-11 19:38:42 +02:00
2023-10-12 11:44:08 -07:00