Reply To: Invert Clipping Path Script

#69537
rydesign
Member

BAM… Done

for (i=0; i<app.selection.length; i++)
{
try {
app.selection[i].images[0].clippingPath.appliedPathName = app.selection[i].images[0].clippingPath.photoshopPathNames[0];
app.selection[i].images[0].clippingPath.clippingType = ClippingPathType.PHOTOSHOP_PATH;
app.selection[i].images[0].clippingPath.invertPath = 1;
} catch (e)
{
}
}

This article was last modified on July 16, 2014

Comments (0)

Loading comments...