Forum Replies Created

Page 2 of 4
  • Juanluis Vich

    March 9, 2019 at 4:11 am in reply to: Group shapes

    oh! thanks! I missed that!

    I changed the inner loop to be j, but it seems the execute command is not working at all. Its weird, when I select the layers individually, it works great, but if more than 1 layer is selected, it just loops and selects all the properties at the same but no grouping at all…

  • Juanluis Vich

    March 9, 2019 at 1:40 am in reply to: Group shapes

    hi!
    I was trying to group some shape props along a bunch of selected layers, but it seems I cannot make it work on all the selected layers, but only on the first one.
    Is there a chance to make it work so I can select some layers, and then apply the script so all the contents they have inside get grouped without stoping once the first layer is done? Maybe that’s not possible and it should work on every layer individually?
    this is the code I was trying to make work:

    var myLayers = app.project.activeItem.selectedLayers;
    var myLayer;
    for (var i = 0; i < myLayers.length; i++){

    myLayer = myLayers[i];
    var myContents = myLayer.property("ADBE Root Vectors Group");
    myLayer.selected = false;
    for (var i = 1; i <= myContents.numProperties; i++){
    myContents.property(i).selected = true;
    app.executeCommand(3741);//group shapes
    }

    }

    Thanks!

  • oh! jeez! well, I will convert to keyframes then…

    many thanks! you have been super helpful!

  • great! thanks!

    mmm do you think if I add a manual threshold, (so it doesnt have to calculate that max value), the performance won’t get insane?

  • thanks!
    I have no idea about how to achieve the copypaste thing via scripting, but as a hierarchy replicator as you said, it works 😀

  • Juanluis Vich

    November 28, 2017 at 3:02 pm in reply to: layer marker triggers upscale-hold x frames-downscale

    awesome, thank you!

  • Juanluis Vich

    November 28, 2017 at 2:59 am in reply to: layer marker triggers upscale-hold x frames-downscale

    HI!
    how it could be modified so we have a linear animation with fade time?
    so it is like: once the marker is reached go from 80 to 100 in .2, then hold .5, then go back to 80 in .2

    thanks!

  • hi!
    I’m having the same issue, did anyone get it to work?
    thanks!!

  • Juanluis Vich

    July 20, 2017 at 2:37 pm in reply to: color array with random hold time

    thanks!! it works like a charm!

  • Juanluis Vich

    July 19, 2017 at 11:24 am in reply to: color array with random hold time

    oh! sorry for the misinfo!
    basically I was trying to achieve getting a random color from an array, and make it hold a few seconds, then jump to another color in the array, and so on

Page 2 of 4

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