CSscripts icon indicating copy to clipboard operation
CSscripts copied to clipboard

Scripts for Photoshop, Illustrator, and other Adobe Creative tools

Results 4 CSscripts issues
Sort by recently updated
recently updated
newest added

After selection of swatches the script doesn't apply the swatches to the objects.

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...