It isn't scripting friendly though (nor AE is). You have scriptlistener for logs but you have to close PS, activate the plugin, relaunch PS, and do the opposite after you're done. It should have an echo commands, show log or something like that.
PS doesn't support Python directly so I would have to call that .py through a JavaScript to be able to execute it inside PS, so usually I just write in JavaScript. The downside is that AFAIK JavaScript doesn't have access to your hard disk like JScript does so you would have to use VBS or Python for that and call it through a JavaScript. Martin Sent from my iPhone > On 2014/05/08, at 8:48, Alok Gandhi <[email protected]> wrote: > > Photoshop is scriptable. I have made some scripts in python for personal use. > > Also comtypes is a better option for dispatching instead of win32com. > > Sent from my iPhone > >> On May 7, 2014, at 8:38 PM, Doeke Wartena <[email protected]> wrote: >> >> sad photoshop still sucks. >> They really should support scripting. And actions are also bad, they can >> help but i often end up programming in another language to get the job done. >

