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.
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.
@@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.
Sold! 😍
how to show Duplicator ?
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.
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.
@@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.
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