After Effects Expressions 506 - Loops & Try Statements

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 12

  • @ttemidayoo
    @ttemidayoo 5 месяцев назад

    Gonna have to watch this 10 times to understand

  • @dmitryivkov9077
    @dmitryivkov9077 5 лет назад +3

    You are awesome! Thanks for the great tutorials

    • @Animoplex
      @Animoplex  5 лет назад

      You're welcome, thanks for stopping by!

  • @itsfahmi3445
    @itsfahmi3445 5 лет назад +2

    you are amazing insane!

  • @AtaurRaziq
    @AtaurRaziq 3 года назад +1

    What's the specific benefit of the try statement if there's an if statement, also is there something else that can be put into the parenthesis catch(err)?

    • @Animoplex
      @Animoplex  3 года назад +1

      try catch is good if you're not sure the condition will exist, like checking for a layer or an expression control that may get deleted. An if else would return an expression error but a try catch will allow you to set a fallback in the catch. Super useful for templates!

    • @AtaurRaziq
      @AtaurRaziq 3 года назад +1

      @@Animoplex thanks, makes a lot of sense!
      One other thing I wanted to ask is what you're using to show that pop up box when you're live typing an expression. You have this bespoke container all zoomed in. I must know

    • @Animoplex
      @Animoplex  3 года назад +1

      That's a post production effect to allow for better legibility!

    • @AtaurRaziq
      @AtaurRaziq 3 года назад +1

      @@Animoplex yes it seems that way to me also. But the text is behaving like you're typing it live even in the pop up box. How is that text being done?

    • @Animoplex
      @Animoplex  3 года назад

      Keyframes on Source Text property timed with the recording.