Skip to content

Instantly share code, notes, and snippets.

@animoplex
Last active June 29, 2020 17:13
Show Gist options
  • Save animoplex/c2d0461246a640de97c573de005d9058 to your computer and use it in GitHub Desktop.
Save animoplex/c2d0461246a640de97c573de005d9058 to your computer and use it in GitHub Desktop.
Evaluate External File - After Effects Expression by Animoplex
// Evaluate External File - Created by Animoplex: www.animoplex.com
// Read and execute an expression from an external file.
// Full Tutorial: https://www.youtube.com/watch?v=Wkr_XOpsAFU&t=266s
myPath = "/D/Users/animoplex/Downloads/Expression.txt";
$.evalFile(myPath);
// Note: Quotation marks in this file must be straight quotes, not curly quotes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment