Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects “Layer Control”

  • “Layer Control”

    Posted by Tiago Cav on May 15, 2015 at 3:11 pm

    Is possible controlling “Layer Control A” effect applied in the “layer 1” with another “Layer Control B” applied in “layer 2”?

    Because I want to control the internal layers of a “SUB composition” where is “layer 1” with “layer control A”, but externally by “layer 2” with “layer control B” which is in “MAIN composition”.

    Tiago Cav replied 10 years, 11 months ago 2 Members · 4 Replies
  • 4 Replies
  • Joel Smith

    May 15, 2015 at 4:20 pm

    Hi, don’t know if this will help, but you can pick whip from one comp to another (just put them side by side on the timeline so you can see both at once)….good way to link cameras, etc.

  • Tiago Cav

    May 15, 2015 at 5:18 pm

    Yeah, this is true, but not solve my cause, because i want to create a Control Panel. But your answer is valid.

    It was so I could connect some layers on expressions. It is more easy.

    Thanks!

  • Joel Smith

    May 15, 2015 at 5:57 pm

    Ok, I see. Maybe this is closer (also there may be a plugin for making it even easier).

    Looks like by applying a Slider to a null object, it creates a thisComp feature…then you can rename
    with something like comp(“main”) in the second expression to reference the initial slider in the main comp.

    IE:

    temp = thisComp.layer(“Null 1”).effect(“Slider Control”)(“Slider”);
    [temp, temp]

    goes to this in the secondary/precomp, in this case I named the first comp “main”:

    temp = comp(“main”).layer(“Null 1”).effect(“Slider Control”)(“Slider”);
    [temp, temp]

    Looks like if you rename the slider from “Slider Control” it propogates the name to the second comp
    automatically which is cool. Hope this helps!…i’m sure there may be better answers out there.

  • Tiago Cav

    May 15, 2015 at 7:02 pm

    OK. however i want make this panel with “Layer Control”. I go to try. Thanks!

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