Forum Replies Created

Page 1042 of 1081
  • Dan Ebberts

    December 26, 2005 at 7:22 am in reply to: motion blur on a expression animation – possible?

    I don’t get it. I think motion blur works exactly the same for expression controlled animation as it does for keyframed animation. Doesn’t it?

    Dan

  • Dan Ebberts

    December 26, 2005 at 7:22 am in reply to: motion blur on a expression animation – possible?

    I don’t get it. I think motion blur works exactly the same for expression controlled animation as it does for keyframed animation. Doesn’t it?

    Dan

  • Dan Ebberts

    December 21, 2005 at 7:15 pm in reply to: masks aren’t working…

    Precompose your layer (with “Move all attributes…”) then apply the mask.

    Dan

  • Dan Ebberts

    December 17, 2005 at 3:56 pm in reply to: Expression help required

    With the expression I mentioned before, the layers would position themselves in 3D space – you don’t need to run a ram preview to see it happen (assuming you’ve got the camera positioned correctly).

    You could do the same thing with a script. There would be a number of ways to set it up, but you could have it look for all the selected layers and position them in 3D space for you.

    For your application either method should work fine. I like expressions because I find them easier to write and debug, and when you change them you see the results immediately.

    Dan

  • Dan Ebberts

    December 17, 2005 at 3:56 pm in reply to: Expression help required

    With the expression I mentioned before, the layers would position themselves in 3D space – you don’t need to run a ram preview to see it happen (assuming you’ve got the camera positioned correctly).

    You could do the same thing with a script. There would be a number of ways to set it up, but you could have it look for all the selected layers and position them in 3D space for you.

    For your application either method should work fine. I like expressions because I find them easier to write and debug, and when you change them you see the results immediately.

    Dan

  • Dan Ebberts

    December 16, 2005 at 2:15 pm in reply to: expression that link with speed of motion

    Yeah, now you’re into one of those areas that expressions are not particulary well suited for. You’d need an expression that integrates the speed of the other layer’s movement. Doable, but kind of a pain.

    Dan

  • Dan Ebberts

    December 16, 2005 at 2:15 pm in reply to: expression that link with speed of motion

    Yeah, now you’re into one of those areas that expressions are not particulary well suited for. You’d need an expression that integrates the speed of the other layer’s movement. Doable, but kind of a pain.

    Dan

  • Dan Ebberts

    December 16, 2005 at 2:11 pm in reply to: Expression help required

    I’m not sure exactly what you’re asking, but this position expression might help:

    offset = 320;
    value + [0,0,(index-1)*offset]

    Dan

  • Dan Ebberts

    December 16, 2005 at 2:11 pm in reply to: Expression help required

    I’m not sure exactly what you’re asking, but this position expression might help:

    offset = 320;
    value + [0,0,(index-1)*offset]

    Dan

  • Dan Ebberts

    December 16, 2005 at 5:56 am in reply to: expression that link with speed of motion

    The expression works like a speedometer – as the moving layer slows down, the rotation returns to zero. When the moving layer is at a constant velocity, the rotating layer stops rotating at some value away from zero.

    It sounds like you may after something entirely different. Do you want the rotation speed of one layer related to the positional speed of the other layer?

    Dan

Page 1042 of 1081

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