Files
test/source
Sybren A. Stüvel d79f5edb79 Refactor: Anim, change if (ale->type == ...) to 'switch (ale->type)`
Refactor `if (ale->type == ANIMTYPE_GROUP)` into `switch (ale->type)`
with a single `case` filled out. This will make an upcoming commit
cleaner, as it simply adds another case.

No functional changes.

Pull Request: https://projects.blender.org/blender/blender/pulls/127112
2024-09-05 16:34:01 +02:00
..