Answered
Automate Autotrace via Extendscript
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...)?
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!
