Cleanup: Anim: Replace use of T_AUTOMERGE #111268

Merged
Falk David merged 2 commits from filedescriptor/blender:cleanup-anim-use-of-automerge-flag into main 2023-09-11 14:43:42 +02:00

2 Commits

Author SHA1 Message Date
07a6a1015a Rename explicitly to "keyframes" 2023-09-11 14:43:05 +02:00
e1aa654c4a Cleanup: Anim: Replace use of T_AUTOMERGE
In the animation transform code, `T_AUTOMERGE` was used
to indicate that the duplicated keys need to be merged.

In perparation of #111051, this no longer makes much sense because
in grease pencil we cannot have two keys in the same channel at the same
frame.

This PR replaces the `T_AUTOMERGE` flag in the animation code to
`T_DUPLICATED_KEYS` to indicate that the transform is being called
with duplicated keyframes.
2023-09-11 14:17:41 +02:00