Forum Replies Created

  • Michael Mendelsohn

    November 6, 2013 at 9:26 pm in reply to: Instantiating a color via expressions: possible?

    Brilliant, thank you Kevin!

  • Michael Mendelsohn

    April 24, 2013 at 2:42 pm in reply to: rotation/revolution and opacity

    Thanks, Dan! I really appreciate hearing from you!

  • Michael Mendelsohn

    April 23, 2013 at 5:31 pm in reply to: rotation/revolution and opacity

    Hi Dan, thanks very much for responding. I really appreciate it.

    I have a master null and 4 “satellite” nulls parented to the master, initially set to 0, 90, 180 and 270 degrees respectively. Each of these 4 nulls have a few layers parented to them. These layers’ opacity is tied to its parent null. All 5 nulls are at the same position.

    I’ve rotated the master null with keyframes, which rotates the satellite nulls and their children (like a baby’s mobile). The whole apparatus is like a cube.

    The relationship I’m trying to make is that there should be a range where each face of the cube is 100% opacity when facing the camera, fading in as it approaches an angle (var a), and fades out as it moves away from that angle. My code works, but only for the first revolution, then it breaks. I have a text layer outputting my variable values. I’m just not sure how to tweak the code to make it work after the first 360 degrees.

    My code on the opacity property on each of the satellite nulls, with added comments:

    // on each satellite null's opacity. Children layers' opacity is pickwhipped to this value.
    // this null's parent is "master null"
    // a is either 0, 90, 180 or 270
    var a = 180;
    var r = (thisComp.layer("master null").transform.yRotation)%360;
    var d = Math.abs(a-r);
    ease(d, 10,36, 100,0);

  • Michael Mendelsohn

    April 10, 2013 at 8:11 pm in reply to: Text animation Opacity and Layer Style Stroke

    Hi Alex. i’m running into a similar situation. I’m using a layer styles drop shadow on some text I’m adding an opacity animator to. It seems you’re right about the rendering order conflict. I looked into “Layer Knocks Out Drop Shadow.” I would’ve figured that would be the fix but I can’t get it to work properly. i know it’s been some time since you posted this…did you ever come up with a workflow?

    – Michael M.

  • Michael Mendelsohn

    April 19, 2012 at 12:42 pm in reply to: Motion path bezier curve handles disappeared

    This was frustrating me, too, but I noticed something else that may have been an issue. I’m doing spacial interpolation in the comp window and I couldn’t see the bezier handles either. But that was because in the timeline window, I was viewing separate dimensions for the x and y positions. When I unchecked separate dimensions, I got the bezier handles in the comp window.

    – MM

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