Files
test/source/blender/blenkernel
Sybren A. Stüvel 31fd540048 Refactor: Anim, prepare ED_curve_updateAnimPaths() for legacy Actions
Refactor `ED_curve_updateAnimPaths()` and the static functions it calls,
separating out:

- the manipulation of the F-Curves themselves, and
- the manipulation of whatever container holds those F-Curves.

This will make it considerably easier to convert the code to deal with a
`Span<FCurve *>` later instead of `ListBase`, which in turn is necessary
to handle layered Actions.

The old code used to move F-Curves from one `ListBase` to another, to
avoid visiting the same F-Curve twice. This is now done by tracking
those F-Curves in a `Set<FCurve *>`, so that it doesn't require
manipulation of the storage itself.

No functional changes.
2024-10-01 15:43:06 +02:00
..
2024-05-08 11:25:00 +02:00
2024-09-10 18:56:31 +02:00
2024-09-25 19:24:20 +10:00
2024-09-21 16:22:52 +10:00
2023-11-27 09:30:52 +11:00
2024-09-19 14:54:25 -04:00
2024-09-25 19:24:20 +10:00
2024-08-22 17:05:48 +02:00