Hi everyone,
I'm working on a script and I have a little problem with copying/setting Pan/Crop (VideoMotion) keyframes.
The problem is that whenever I try to copy a keyframes bounds it starts to zoom on the picture with each iteration a bit.
For example: I have 2 keyframes, let's call them old1 and new1. Each one of them is added to the same event. Then I do this:
new1.Bounds = old1.Bounds;
This is reapeated in a cycle and it zooms in on the picture with each iteration. What am I doing wrong? Do I understand bounds wrong?