プラグインの再リロード
初めまして。after efects のプラグインを研究中です。プラグインのコードを書いて実際に after efects で始めるにはコードをビルドして、今開いている after efects を閉じてもう一度 after efects を起動させている、しかし、これは手間がかかります。そこで after efects のスクリプト機能で簡単にプラグインを再リロードすることはできないだろうか?
初めまして。after efects のプラグインを研究中です。プラグインのコードを書いて実際に after efects で始めるにはコードをビルドして、今開いている after efects を閉じてもう一度 after efects を起動させている、しかし、これは手間がかかります。そこで after efects のスクリプト機能で簡単にプラグインを再リロードすることはできないだろうか?
i used google translte, so hopefully i got your question right.
the concept you're describing is called "hot reload" in microsoft visual studio. (in the past, it was called "edit and continue")
way back on 32bit builds it was common practice, but on the transition to 64bit it got lost for a while. i grew accustomed to working without it, so i can't give much adive about using it.
if you're using xcode, perhpas this trick would help:
https://stackoverflow.com/questions/42529081/instant-run-or-hot-reloading-for-xcode
in any case, even hot reloading has it's limits when working on an AE plugin. for example, you can't change param setup like that, because AE calls param setup only once per session when the plugin is first loaded, so hot reloading won't cause AE to re-run that call.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.