Forum Replies Created

Page 2 of 3
  • Blake Goulette

    July 26, 2024 at 10:00 pm in reply to: looping but with a pause feature?

    Hi Dan. I had hoped I could add, say, a checkbox control: if checked, let the loop progress; if unchecked, keep the loop where it was when the checkbox value was changed (on a particular keyframe). But that threw errors: I didn’t know what to use for an else condition, and the loopOut() itself didn’t work. Something like this:

    allowLooping = thisComp.layer(“N FX”).effect(“Checkbox Control”).value;
    if (allowLooping)
    {
    loopOut();
    }
    else
    {
    // ?!
    }

    But, obviously, that’s broken. Thanks again for asking!

  • Blake Goulette

    July 26, 2024 at 2:21 pm in reply to: looping but with a pause feature?

    Not exactly what I wanted (or thought I could get away with!), but looping the animation in the precomp (and extending its timeline longer than necessary), I can use hold keyframes with Time Remapping to more or less accompish my goal. It’s not as elegant or customizable as I hoped, but it seems to work for now. Still open to any better options, thanks!

  • Blake Goulette

    September 15, 2022 at 7:36 pm in reply to: Keyframe velocity gets messed up if I move a keyframe

    That sounds amazing! Going to have to see if I can convince the powers-that-be that I need it! Thanks!

  • Never mind, I’m just mathematically challenged! All I had to do was add the wiggle result to the value assigned to “r” (above) and things behave as I want. Thanks for reading!

    (Changed my last line to this):

    transform.rotation = r + wiggle(wf, wa);
  • Blake Goulette

    September 10, 2022 at 3:29 pm in reply to: Quick simple poster job

    There’s always GIMP (GIMP – GNU Image Manipulation Program). It’s been a long while since I used it, but it has the capabilities you’re after, per your post.

  • Blake Goulette

    September 9, 2022 at 9:47 pm in reply to: Count layers in a composition with a certain name

    It’s 4 years later but I just want to thank you for this!

  • Blake Goulette

    August 19, 2022 at 1:25 pm in reply to: Precise, ramped (gradual) time remapping

    Holy smokes, thank you! From what I can tell, this is exactly what I was trying to achieve! My speed and value graphs for timeRemap don’t visually indicate any change, but previewing shows me just what I was hoping to see!

  • Blake Goulette

    March 18, 2022 at 9:45 pm in reply to: Style a single word in a text layer?

    Thanks Kevin! I’ll definitely give this a look…Later. I’m done with this project for today! 🙂

  • Blake Goulette

    March 17, 2022 at 3:25 pm in reply to: Style a single word in a text layer?

    Thanks Filip. That’s what I was afraid of, but hope springs eternal 😉 Thanks for weighing in! Like I told Nick, I settled for faking it!

  • Blake Goulette

    March 16, 2022 at 10:00 pm in reply to: Style a single word in a text layer?

    Thanks Nick. The search() method could be useful. It’s something I’ll definitely consider the next time this comes around: for now, since this is due soon (ha!), I cheated and made two layers: one all regular, one all italic, and masked the exclusive portions. It happens quickly enough and it’s a short enough word (“and”) that the kerning doesn’t get too screwy, so…yeah 🙁

Page 2 of 3

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