thanks. I will take a look.
On a related note, I was addressing the notes on another slider and as you said before, I have been confused about names all along.
On this line `const…
I just tried this. One problem with a bidirectional slider is that the factor is always going to be more than zero, so the else
part of the if statement is never executed. I still need to know…
Thanks so much for the feedback. I have a couple of thoughts.
I understood what fcurve_segment_start_get
gets me (no need to change the name), but I do need not only the key next to the…
Thanks for the feedback. I tried to address most of them. I keep forgetting to run make format
and have additional commit just for that (I'll keep trying to make that work in VS Code preferences)