Files
test/source
Nathan Vegdahl 580be3862a Fix: deleting fcurve in a group creates inconsistent group state
This issue only applied to layered actions.

The issue was that the `restore_channel_group_invariants()` method was
being called too early in the remove fcurve function, and thus fcurves'
group pointers could end up inconsistent with the membership specified
in the groups.

This commit fixes the issue by moving the call to
`restore_channel_group_invariants()` to the end of the function, where
it belongs.

Pull Request: https://projects.blender.org/blender/blender/pulls/127075
2024-09-02 15:38:34 +02:00
..