Skip to content

majman/adobe-scripts-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adobe CC Scripts Panel

Panel for playing around with scripts in After Effects, Illustrator, and Photoshop. Easily load local & remote script files:

image

Some Amazing Illustrator scripts & resources:

Hiroyuki Sato's illustrator scripts johnwun's js4ai Illustrator Praxis

Some Amazing Photoshop scripts & resources:

Kamil Khadeyev Jeff Tranberry's Photoshop Scripting using JavaScript Photoshop Dom Hierarchy

One Amazing After Effects resource (know of any more?):

Dan Ebberts' AE Expressions and Scripting Resource

Installation

Adobe doesn't make this very straightforward, and I've not had much success packaging and signing extensions.

1. Download repo, unzip and move folder into the extensions folder

Download

Win: C:\Program Files (x86)\Common Files\Adobe\CEP\extensions Mac: /Library/Application Support/Adobe/CEP/extensions

or

Win: C:\<username>\AppData\Roaming\Adobe\CEP\extensions Mac: ~/Library/Application Support/Adobe/CEP/extensions

you may have to create folder if it doesn't already exist

2. Set PlayerDebugMode to 1

Win: regedit > HKEY_CURRENT_USER/Software/Adobe/CSXS.9, (CSXS.8 for CC 2018) then add a new entry PlayerDebugMode of type "string" with the value of "1".

Mac: In the terminal, type: defaults write com.adobe.CSXS.9 PlayerDebugMode 1 (CSXS.8 for CC 2018) (The plist is also located at /Users/USERNAME/Library/Preferences/com.adobe.CSXS.9.plist)

May require restart or log-out/in

More info here: Adobe CEP Cookbok Resources

Adding Local Scripts

  • Click 'set' on panel and select directory where your .js / .jsx scripts are