Last active
June 29, 2020 17:13
-
-
Save animoplex/c2d0461246a640de97c573de005d9058 to your computer and use it in GitHub Desktop.
Evaluate External File - After Effects Expression by Animoplex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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