d08e826b241aafb2b1f03217a8a9461355237597
When enabling the "Only Show Errors" option in the Dope Sheet/Graph Editor, it might not show anything even though there are FCurves with errors. The issue is that the flag `FCURVE_DISABLED` is set by the drawing code, which means the channels have to be visible first. This creates a workflow issue where you want to filter down to only the curves with problems, but you need to find them first... This PR fixes the issue by validating all FCurves whenever the option is enabled. Pull Request: https://projects.blender.org/blender/blender/pulls/116815
…
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
11%
C
6.3%
GLSL
2.2%
CMake
1.3%
Other
1.1%
