Forum Replies Created

  • Topher Blair

    April 5, 2017 at 11:22 pm in reply to: Link Opacity to Y position

    Actually I think I’ve figured it out. Not sure that this is the most elegant solution, but this is what I came up with…

    if (transform.position[1] < 460) t = 0 else
    t = (transform.position[1] - 460)/160
    linear(t, 100, 0)

  • Topher Blair

    April 5, 2017 at 11:16 pm in reply to: Link Opacity to Y position

    Hi, I actually miswrote what I meant. If y is less than 460, then I need opacity needs to be 100%, if it’s greater than 620, it needs to be 0%

  • Topher Blair

    April 5, 2017 at 10:41 pm in reply to: Parenting Position X or Y to Rotate

    Position needs to be listed as an array [x,y]. So if you want to parent the X position to rotate, enter the code:
    temp = thisComp.layer(“layerName”).transform.rotation;
    [temp, y]
    where “y” is whatever the y position already was.

    temp = thisComp.layer("layerName").transform.rotation;
    [temp, y]

  • Topher Blair

    March 25, 2017 at 10:43 pm in reply to: Parent effect to X-Axis of Anchor Point

    Thanks again!

  • Topher Blair

    March 25, 2017 at 10:10 pm in reply to: Parent effect to X-Axis of Anchor Point

    Yep, that did it, thanks! Is there a similar code to parent to the y-axis?

  • Topher Blair

    March 24, 2017 at 6:11 pm in reply to: 3D Axis Modes not rotating as expected

    I’m having this problem, too. It seems like when I rotate on the X and Y axis, it rotates globally, but when I rotate on the Z axis, it rotates locally. Again, this is regardless of what mode After Effects is set in. This is actually a huge problem because I need to control its orientation through an expression, so I need to be able to rotate this thing the way I want to by keyframing rotation. Have any solutions been found since this was originally posted?

  • Topher Blair

    March 23, 2017 at 1:01 am in reply to: Random numbers for each layer

    That did it! Thank you

  • Topher Blair

    November 20, 2015 at 5:13 pm in reply to: Change shape layer space to comp space

    That did it!
    Thank you!

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