Re: How to get all layer (even in layer sets) in Photoshop
Re: How to get all layer (even in layer sets) in Photoshop
- Subject: Re: How to get all layer (even in layer sets) in Photoshop
- From: "Mark J. Reed" <email@hidden>
- Date: Wed, 16 Dec 2009 06:25:26 -0500
When the call returns.
repeat ...
my doGetLayers()
the repeat loop is paused while the recursive call does it's work
(with it's own independent repeat loop, and maybe more layers of
recursive calls, each with their own independent repeat loops). When
the recursive calls stop finding layer sets on this branch, they
return, and the earlier loop picks up where it left off.
On Monday, December 14, 2009, Leo Law <email@hidden> wrote:
> Cool, thanks a lot.
>
> I just have a question, say this script runs into a layer set half way through the layers and then goes off on that branch... how do you come back up, so to speak, and get the remaining layers?
>
> Ml, Leo
>
--
Mark J. Reed <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden