Cavalry Plugin - Duplicator Sequence Demo

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

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

  • @cavalryapp
    @cavalryapp 2 года назад

    Sold! 😍

  • @gundam247d
    @gundam247d 2 года назад

    how to show Duplicator ?

  • @BrendanSadaka
    @BrendanSadaka 2 года назад

    Nice work man! Would you mind sharing how you learned to write a plugin for Cavalry? What code editor did you use and what documentation did you follow? Also how would this differ from writing a script instead? Cheers man, great work.

    • @ElliotMosher
      @ElliotMosher  2 года назад

      Thanks! I am going to make a tutorial series on making plugins soon, but it's pretty straightforward. It's the exact same thing as writing a 'script' except you also add some code for the ui. The plugins are loaded just by placing them into the 'scripts' folder ("help > show scripts folder"). I've just been reading the documentation on their website for the Cavalry specific functions, and for which editor, it's half and half the Cavalry editor (for actually testing) and VSC for nicer writing experience.

    • @BrendanSadaka
      @BrendanSadaka 2 года назад

      @@ElliotMosher Lightning fast reply - I love it. Thanks for the help and I shall immediately subscribe for those tutorials. I've just started writing scripts for AE and am looking to try my hand at Cavalry too.

    • @ElliotMosher
      @ElliotMosher  2 года назад

      That's awesome! I haven't made plugins for AE, but I suspect that a fair amount of 'knowledge' will transfer over to making plugins for Cavalry