I’m inserting a two keyframes to modify the influence of a “copy location” modifier from 0 to 1. If I do it manually, it all works as expected and I get a nice smooth ‘s’ shaped curve. However, if I insert it with the following code:
I can’t find the available options to set (or the syntax to do so, really the tougher one) but generally speaking this works and spawns a keyframe where I want it with sane handles.
[OLD POST]
Okay I dug a little deeper and realized I could adjust the handles through the api (duh) and that they were all ‘spawing’ at 0,0. The “semi-solution” I’m using is to manually move them to sane locations:
This solves the main issue and now my sphere moves as expected, but dang it’s ugly. It would be much nicer if the keyframes would spawn in with sane handles and I didn’t need 8 lines of code for it.