Files
test/source/blender/blenkernel/intern
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-10-01 15:36:54 +10:00
2024-07-29 23:10:49 -04:00
2024-01-30 14:42:13 -05:00
2024-10-01 09:59:33 +10:00
2024-09-21 16:22:52 +10:00
2024-08-29 17:16:42 +10:00
2024-09-10 13:41:01 +02:00
2024-09-29 08:47:37 +02:00
2024-08-22 17:05:48 +02:00
2024-08-04 13:45:06 +10:00