Forum Replies Created

Page 1 of 3
  • Jakob Wagner

    November 6, 2019 at 5:35 pm in reply to: Spacing between layers

    You’re welcome. 🙂

  • Jakob Wagner

    November 6, 2019 at 11:39 am in reply to: Spacing between layers

    Hi Brian

    Try this:

    layerIndex = (index-1);

    xPos = thisComp.layer("expression").effect("location")("Point")[0];
    yPos = thisComp.layer("expression").effect("location")("Point")[1];

    spacing = thisComp.layer("expression").effect("spacing")("Slider");
    groupSpacing = thisComp.layer("expression").effect("group spacing")("Slider");
    groupSize = thisComp.layer("expression").effect("group size")("Slider");

    layerSpacing = Math.floor(layerIndex/groupSize)*groupSpacing + layerIndex*spacing;

    [xPos+layerSpacing, yPos];

    I have added a couple more sliders. If you want you can simply set groupSize to 3, but I thought it was fun to have it as a slider.

    All the best
    Jakob Wagner

  • Jakob Wagner

    December 13, 2018 at 9:12 pm in reply to: Internal JSON

    COOL! That works. Thanks.

  • Jakob Wagner

    October 8, 2018 at 3:12 pm in reply to: Find type of named group

    Oh wait. There is actually a property called matchName. ????

    group.matchName;

  • Jakob Wagner

    June 1, 2018 at 3:48 pm in reply to: Path progress on specific point

    I like the way you think creative about it. It’s a good Idea, which could work in some cases. Unfortunatly not in mine. But thanks!

  • Jakob Wagner

    July 19, 2017 at 2:12 pm in reply to: Collapse Slider Control

    Unfortunately not.
    I don’t think it’s possible, but if you find a way please let me know. 🙂

  • Jakob Wagner

    June 14, 2017 at 9:07 am in reply to: In theory, how many times will this code run

    I guess it will be left to the unknown for now. No matter what the answer is, it never really gave me any performance improvement any ways.

    Thank you for answering. 🙂

  • Jakob Wagner

    October 16, 2016 at 12:22 pm in reply to: Mouseover on palette

    Only if you have a quick idea, otherwise don’t worry about it. It will just have to update on each item roll over in cs6.

  • Jakob Wagner

    October 16, 2016 at 12:01 pm in reply to: Mouseover on palette

    I have tested it out now on different systems. I’m using a dockable pallette like in your script.
    It works fine on OSX. It works on win10 for the newest AE. But it does not work on windows10 and cs6. It seems like you said, the event only triggers when mouseover an item in the window not on the window it self.

    Any ideas?

  • Jakob Wagner

    October 3, 2016 at 1:10 pm in reply to: Image path problem in After Effects script.

    I do something like this, maybe it’s what your looking for:

    var scriptPath = File($.fileName).parent.fsName;
    var imagePath = scriptPath+”/myfolder/imagename.png”

    – Jakob

Page 1 of 3

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