a0fb1486be5dfd8d7c2fcc4098336cab43c94b5c
When switching to an object with invalid channels, the red underline would only appear on the second redraw. Same when switching the other way around, then they would stay until the next redraw. The issue is that the logic to check if that line should be drawn is checking the flag of the `bAnimListElem` which gets it from the FCurve. But the FCurve is only checked later down the line when getting the name. Fix it by checking the flag on the FCurve directly. Pull Request: https://projects.blender.org/blender/blender/pulls/118522
…
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
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
