Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Copying Keyframes with ease-in and ease-out

  • Copying Keyframes with ease-in and ease-out

    Posted by Justin Maloney on December 12, 2014 at 5:04 pm

    Hey there, I’m compiling keyframes for character walk cycles. I already know about copying keyframes into a text editor and pasting them back in (really useful) I’m wondering if there is a way to copy over things like ease-in and ease-out. Right now when I paste the keyframes from the text file they show up as linear.

    Kendall Shaw replied 11 years, 4 months ago 2 Members · 1 Reply
  • 1 Reply
  • Kendall Shaw

    December 14, 2014 at 1:42 am

    You can use extendscript. Here is an extremely bare example:

    var proj = app.project;
    var item = proj.activeItem;
    var layer = item.layers.byName(“Adjustment Layer 2”);
    var p = layer.selectedProperties[0].property(“Source Frame”);
    var k = p.keyOutTemporalEase(2)[0];
    $.writeln(k.speed);
    $.writeln(k.influence);

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy