- mostly Madrid
- http://www.christoph.lendenfeld.at/
-
I used to be an animator like you, but then I took an "oh you can code" to the knee
- Joined on
2020-01-09
thanks for all the ideas, I consider this task finished now. Not all things I looked at could be implemented easily, that doesn't mean they are off the table, just that they are more work than…
if you use ED_slider_is_bidirectional_set
you can just say factor > 0
and remove the boolean
really nice! Good job on making the s_curve function. could potentially be used in ease_fcurve_segment
as well
you can also set the slider itself to go from -1/1 using ED_slider_is_bidirectional_set
I've been looking at the code properly now. I noticed you have a potential "index out of bounds" issue.
fcurve_segment_start_get
already gets you the key with index 1 left of the selection.…