Make a work path from selection
hi, i'm trying figure out how make work path selection, i'm using small script test out on, have test file has selection made. need make work path (and clipping path) can't seem it
i'm working in applescript i'm not adverse adding in bit of java variable
can make work?
cheers
tell application "adobe photoshop cc 2014"
tell current document
make work path with selection
end tell
end tell
in javascript:-
app.activedocument.selection.makeworkpath();
More discussions in Photoshop Scripting
adobe
Comments
Post a Comment