Mailing List AE-List@media-motion.tv ? Message #42178
From: Evan Fotis <evan.fotis@gmail.com>
Subject: Re: [AE] Isolating Objects from a PSD File
Date: Fri, 17 Feb 2012 12:50:50 +0200
To: After Effects Mail List <AE-List@media-motion.tv>
FWIW I use a script that deletes all channels and paths at once:

#target photoshop
app.bringToFront();
var theImage = app.activeDocument;
theImage.pathItems.removeAll();
theImage.channels.removeAll();

On 17-Feb-12 02:11, Jonathan Penzner wrote:
By the way, wouldn't it be nice if, in Photoshop, you could select all the paths or alpha channels at one time and drag them to the trash? I often receive files with dozens of paths and deleting them one at a time is a pain.
 
Subscribe (FEED) Subscribe (DIGEST) Subscribe (INDEX) Unsubscribe Mail to ListMaster