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`.