-
too many keyframes?
I have script that loads keyframe data from a file and modifies the anchor point property of an image in a composition.
Performance drastically tapers off as the number of keyframes increases. For example, the 1st thousand keyframe takes about 15 seconds to set. When I reach 20,000 keyframe, it takes about 10 seconds to do only 100.
In total I have on average 40,000 keyframes to set in a 30 minutes composition. Is this getting past AE’s capabilities, or am I misusing something?
The script simply loops through all the lines in the file and calls the anchor point properties setValueAtTime method.
Any thoughts?