Files
test/source/blender/blenkernel
Falk David 563ad616f0 Cleanup: GPv3: Improve readability in AnimDataConvertor
The class `AnimDataConvertor` was implementing `operator bool`
to indicate "if this AnimDataConvertor is valid, i.e. can be used to process animation data from source ID".
The cleanup replaces this with a `is_vaild` function, making the
code easier to read and allowing to jump to the function definition
of `is_valid`.
2024-04-22 15:30:43 +02:00
..
2024-04-08 16:23:25 +10:00
2024-04-11 09:39:48 +02:00
2023-11-27 09:30:52 +11:00
2024-04-17 14:18:33 +10:00