I'd like write a script. There is an object with several keyframes. (example in 1,50,100,120 frames) I need an index and a shifting factor (let it index=2 and shift=30 frame)
The script need to stretch (or move) the keyframe after the index with shift factor. So when the script finished then the keyframe positions will be (in this case) 1,80,130,150) I dig the blender API and I wrote some scripts already but I don't know what can I do. Please help me.