Samples: Keyframes not being saved

I’ve been trying to update keyframes on a simple clip which is just an image. I’ve basically followed this implementation which was the only good example I saw on playing around with keyframes.

It seems that my image is actually updated and after the script is run, it really does change the component property(Scale in this case) and leaves the final result there. The only problem is that the keyframes are not being saved from what I can tell even though logging the component[].properties[].getKeys() return an array of Time objects.

I don’t know if this is actually a bug or if it’s something that I’ve missed when reading through the script on github. Anyway, any help is appreciated!

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 31 (15 by maintainers)

Most upvoted comments

I’m not seeing the behavior you’re seeing; your script successfully adds a bunch of keyframes, and they persist across closing/re-opening the project.

https://www.dropbox.com/s/3ln4l4l0svj08jb/no_repro.mp4