Forum Replies Created

  • Fabian Brugger

    July 7, 2023 at 10:29 am in reply to: Isometric tire rotation

    And yes i know the tire profile is in the wrong direction 🙂
    I thought maybe a stop motion kind of animation would work. Illustrating 4 parts of the rotation and just making it a stop motion rotation…

  • Thanks for the quick replay, if you ever in vienna austria ill buy you some beers haha

    I worked around it with just using a linear funktion to translate 0 to 100 into 0 to 360.

    sliderValue = effect(“GlobalOffset”)(“Slider”);

    linear(sliderValue, 0, 100, 0, 360)

    Cheers

  • Thank you Dan!

    I almost had the same but i mistakenly left the Line:
    if (layers[i] instanceof ShapeLayer) {
    in the same place and i think it broke the code as a property cant is obviously not a shapelayer 🙂

    Thanks!

  • Hm basically to loop through all the groups in the first order/hierarchy. Not going into nested groups.

    Is this really not possible? 🙁

  • Fabian Brugger

    February 6, 2023 at 1:45 pm in reply to: Find selected Layers with part of name.

    The .indexOf version does exactly what i want.

    But will use the one with case insensitive matching so it has less possibilities for errors

    Thank you!

  • Fabian Brugger

    October 10, 2022 at 10:00 am in reply to: Easing and interpolation in text script problem

    Ok i answered my own question, i understood the new KeyframeEase values wrong.
    I thought its 0 to 100 values for ease in and ease out but its units of the graph editor with the first value beeing units and the second beeing time?

    Can someone confirm this?

    Greetings

  • Fabian Brugger

    September 27, 2022 at 8:53 am in reply to: Changing the Trim Path style in a script?

    Thank you very much! It works.

    Also thank you for all the work you do on this forum! I red some posts of yours answering other people’s question and could learn from that!

  • Hey, is there anything we need to change for new versions of ae (22)? The position expression works perfectly but the rotation expression doesn’t work for me. No error, just doesnt more anything…

    greetings

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