Forum Replies Created

  • Rodrigo Kermessi

    December 28, 2022 at 9:13 pm in reply to: Match Properties Selection

    Hi Dan, thank you so much, it worked perfectly.

    I´m a big fan of yours! It´s impressive that 99% of the thing that I had issues, like forever, about expressions and scripts for AE, was solved by you in some forum over the internet or even learning in the classic MotionScript.com. Legend!

    PS: The first plugins I ever bought was TypeMonkey and MotionMonkey. 🙂

    Best Wishes!

  • Rodrigo Kermessi

    December 28, 2022 at 2:49 pm in reply to: Match Properties Selection

    Please, ignore both <b style=””> not sure how it appeared there.
    The right code (so far) would be:

    var myComp = app.project.activeItem;
    \\selected properties
    var myProps = myComp.selectedProperties;
    for (var p = 0; p < myProps.length; p++){
    \\selected layers
    var myLayers = myComp.selectedLayers;
    for (var l = 0; l < myLayers.length; l++){
    \\select matched properties for selected layers
    myLayers[l].property(myProps[p].name).selected = true

    }};

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