• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to get all layer (even in layer sets) in Photoshop
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Re: How to get all layer (even in layer sets) in Photoshop (From: Leo Law <email@hidden>)

  • Prev by Date: Re: How to get all layer (even in layer sets) in Photoshop
  • Next by Date: Re: Dilemma
  • Previous by thread: Re: How to get all layer (even in layer sets) in Photoshop
  • Next by thread: Re: How to get all layer (even in layer sets) in Photoshop
  • Index(es):
    • Date
    • Thread