Is there any way to find out via Python at which point of the Timeline (at which subframe) fcurve reaches a certain value, without actually changing the current subframe? I have found out that it was possible to get certain keyframe_points coordinates on the timeline, but is there any way to analyze the whole fcurve somehow?
Thanks in advance!
FCurve.evaluate(frame)is exactly what I was looking for! – Andrey Sokolov Aug 08 '20 at 19:26