Copy link to clipboard
Copied
Hey guys,
I've done some coding in Javascript based languages like Extendscript for After Effects and JSFL for Animate. I'd like to start improving workflow at our studio for the Photoshop team, but I'm having difficulty getting started. I've done a few scripts here and there, using a mixture of Adobe's provided documentation and some scripts that mine Actions for these cryptic jamEngine commands which I unfortunately seem to need to rely on heavily.
I'd like to move on to creating custom panels that call custom scripts, but I'm having difficulty getting started. It looks like Configurator is deprecated now, and when I try running panels from Eclipse > Extension Builder, I just get a message that says the Photoshop is currently running, closes and reopens it when I click OK, and when I then search the menu for Window > Extensions, my panel doesn't appear there.
If anyone has answers, or can at least point me in the right direction, that would help a lot. Thanks!
Copy link to clipboard
Copied
Moving to Photoshop Scripting
Copy link to clipboard
Copied
HTML Panels --> Adobe CEP · GitHub
CEP-Resources/CEP_7.0_HTML_Extension_Cookbook.pdf at master · Adobe-CEP/CEP-Resources · GitHub
Node.js v0.8.2 Manual & Documentation
Generator --> GitHub - adobe-photoshop/generator-core: Core Node.js library for Adobe Photoshop CC's Generator ext...
JSX docs --> http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/photoshop/pdfs/photoshop-cc-scripting-guide-2...
Davide Barranca's book --> The Adobe Photoshop HTML Panels Development Course is available! | Photoshop, etc.
You don't need Eclipse, just a good code editor. Start from a CEP sample extension and get Chrome 53.0.2785.116 for debugging.