CSscripts
CSscripts copied to clipboard
Scripts for Photoshop, Illustrator, and other Adobe Creative tools
After selection of swatches the script doesn't apply the swatches to the objects.
update
var logStr=""; function log(pStr){ logStr+=pStr+""; } function main(){ ``` if ( app.documents.length == 0 ) { return; } doStuff(); return logStr; ``` } function doStuff() { ``` var doc =...
Excellent script, but i tried it on a complex layered map, 200k .ai file, with 10 layers which turned out as a 10 svg files, each being 600k. (btw, first...