Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

After Effects scripting

New Here ,
May 08, 2020 May 08, 2020

I just have a general question about scripting, because I'm just starting with it. Can you make a script add an effect, that was made with the Pseudo Effect Maker to a layer? And in general can you make the script do stuff with other plug-ins? For example just change the values of an instance of Trapcode Particular. Thanks in advance for an answer!

TOPICS
Scripting
971
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 08, 2020 May 08, 2020

Pseudo-effects behave like normal effects, but since they're based on animation presets, you'd call up the respective preset in the first place, anyway. Scripts can manipulate any visible/ accessible property, including on third-party plug-ins. In case of particular this may be a bit more limited in recent versions, though, ever since they switched to creating effects with a separate editor. Some newer stuff may not be available to scripts.

 

Mylenium

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 08, 2020 May 08, 2020

Ok, thanks Mylenium!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
May 08, 2020 May 08, 2020

If you need help applying Pseudo Effect via scripting, I've got a repository that helps in doing so: https://github.com/rendertom/PseudoEffect

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 08, 2020 May 08, 2020
LATEST

Thank you Tomas, I'll try that!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines