Fix a crash when using the Euler Filter from the Graph Editor on baked curves. The crash happened because baked curves have no bezt array. Skipping any curves where that was missing fixes the issue. Co-authored-by: Christoph Lendenfeld <chris.lenden@gmail.com> Pull Request #104858