How to convert a script to an action ?

Discussion of Photoshop Scripting, Photoshop Actions and Photoshop Automation in General

Moderators: Tom, Kukurykus

sbhar

How to convert a script to an action ?

Post by sbhar »

please help me to convert a script to an action. I have xtools loaded and xtoolkit.atn running.

Professional AI Audio Generation within Adobe Premiere Pro - Download Free Plugin here

xbytor

How to convert a script to an action ?

Post by xbytor »

In practice, this is not possible. The one exception ScriptingListener code. ActionFileFromSLCode.jsx will convert ScriptingListener formatted code into a .atn file.

If that's not what you need, you'll have to call the script from the Action.

-X