Forum Replies Created

  • Ali Asgari

    August 25, 2015 at 7:35 am in reply to: lock camera keyframes to a layer markers ???

    helloooooo
    Is there anyone to help ?

  • Ali Asgari

    August 23, 2015 at 7:33 am in reply to: locking keyframes to markers ?

    you are great
    it worked .
    many thanks.
    and can I expand the expression for more key frames?

  • Ali Asgari

    August 22, 2015 at 9:01 pm in reply to: locking keyframes to markers ?

    I want to my camera keyframe position move base on markers of a layer .
    your expression worked finally with two keyframe. I tried to change and adopt it for more than two keyframe. but I got warning .
    I changed your expression this way

    L = comp(“master”).layer(thisComp.name);
    if ((L.marker.numKeys > 1)){
    t1 = L.marker.key(1).time;
    t2 = L.marker.key(2).time;
    t3= L.marker.key(3).time;
    v1 = valueAtTime(key(1).time);
    v2 = valueAtTime(key(2).time);
    v3= valueAtTime(key(3).time);
    linear(time,t1,t2,t3,v1,v2,v3)
    }else{
    value
    }

    and I got attached warning.
    many thanks for your help.

    <a href="https://images.creativecow.net/300638/attachment.jpg"><img src="https://i1.creativecow.net/u/300638/attachment.jpg" border="0" /></a>

  • Ali Asgari

    August 22, 2015 at 3:47 pm in reply to: locking keyframes to markers ?

    dear friend
    I have similar problem
    I’m working on a project and I have to import many sequences with own markers from primiere to after effects . I want to camera keyframe change to marker automatically . I tried to change your expression and change it for my project but I failed . may you help me .
    thanks in advance and sorry for my bad english

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