Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Control feather of all masks in a layer Expression

  • Control feather of all masks in a layer Expression

    Posted by Mauro Achille on March 2, 2018 at 11:45 pm

    Hi! I have various layers with hundreds of masks. I want to control the feather value of all the masks in each layer with a slider control. It would be great also to have another slider control for the expansion property of all the masks. Is this possible or even the correct way to solve this problem? I have tried this:

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

    and the same for the x value. But it didn’t work like it does with the position property..

    Thanks a lot!

    ]

    Mauro Achille replied 8 years, 2 months ago 2 Members · 2 Replies
  • 2 Replies
  • Dan Ebberts

    March 3, 2018 at 12:31 am

    Something like this should work:

    x = thisComp.layer(“Null 1”).effect(“X Feather”)(“Slider”);
    y = thisComp.layer(“Null 1”).effect(“Y Feather”)(“Slider”);
    [x,y]

    Dan

  • Mauro Achille

    March 3, 2018 at 4:52 am

    Simple as that.. Thanks man!

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