0
New Here
,
/t5/after-effects-discussions/automate-autotrace-via-extendscript/td-p/10944529
Feb 24, 2020
Feb 24, 2020
Copy link to clipboard
Copied
Hi! Actually what I need is to automate layer auto tracing via scripting.
I'm able to call auto trace on a layer using the following command:
app.executeCommand(app.findMenuCommandId("Auto-trace..."))
But it opens a modal dialog.
Is there some internal command using which I will be able to apply tracing, i.e. simulate pressing OK button or even change values above (tolerance, threshold...)?
It seems internal commands are not documented by Adobe and I don't even know whether this is doable by using app.executeCommand(commandID) command.
I didn't find anything regarding autotrace even in plugin sdk.
Can anyone help me with this problem?
Thanks!
TOPICS
Scripting
,
SDK
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Advocate
,
Feb 24, 2020
Feb 24, 2020
Just a little bit of forum search and you realize that automating OK click isn't possible:
Advocate
,
/t5/after-effects-discussions/automate-autotrace-via-extendscript/m-p/10944597#M104772
Feb 24, 2020
Feb 24, 2020
Copy link to clipboard
Copied
Just a little bit of forum search and you realize that automating OK click isn't possible:
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
arth98287547
AUTHOR
New Here
,
/t5/after-effects-discussions/automate-autotrace-via-extendscript/m-p/10944642#M104774
Feb 24, 2020
Feb 24, 2020
Copy link to clipboard
Copied
Thanks Tomas.
it's a pity that After effects has limited scripting capabilities. I wish it had something like Photoshop's scripting listener plugin.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/after-effects-discussions/automate-autotrace-via-extendscript/m-p/10946289#M104838
Feb 25, 2020
Feb 25, 2020
Copy link to clipboard
Copied
Tom is right, this isn't scriptable. But you can request this feature here if you'd like:
https://adobe-video.uservoice.com/forums/911311-after-effects
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

