0
Run a python script from ae
Explorer
,
/t5/after-effects-discussions/run-a-python-script-from-ae/td-p/3824724
Dec 22, 2011
Dec 22, 2011
Copy link to clipboard
Copied
I keep getting no as an answer unfortunately but I'm asking here. I'm not talking about omino's graphics plugin, I need to use this in more of a scripting scope. As far as I've seen, his plugin does graphics related stuff.
TOPICS
Scripting
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Advocate
,
LATEST
/t5/after-effects-discussions/run-a-python-script-from-ae/m-p/3824725#M145902
Dec 23, 2011
Dec 23, 2011
Copy link to clipboard
Copied
Run a Python script in what fashion? Just looking to launch it from within AE? You could use the execute() method for a File object to just launch it with it's default app. You might also launch via command line with the system.callSystem() method. If you're on MAC, you might even be able to intigrate it into an AppleScript to launch it as well. As far as launching/using Python directly within AE, this hasn't been possible since "Useful Things" went away.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

