Re: Photoshop layer set
Re: Photoshop layer set
- Subject: Re: Photoshop layer set
- From: Stan Cleveland <email@hidden>
- Date: Tue, 05 Jan 2010 13:04:50 -0800
- Thread-topic: Photoshop layer set
Title: Re: Photoshop layer set
No worries, Ken. Glad to help! -- Stan C.
On 1/5/10 5:46 AM, "Fleisher, Ken" wrote:
Thank you Stan!
On 1/4/10 5:32 PM, "Stan Cleveland" <email@hidden> wrote:
On 1/4/10 1:02 PM, "Fleisher, Ken" wrote:
Hello. I am having two problems that I cannot resolve.
- In Photoshop CS3, how can I move a layer that is within a layer set to the top of all layers, outside of that layer set? I cannot seem to find the syntax for this. I can find my layer okay, I just can’t figure out how to move it.
- Can I collapse/expand a layer set? I see how to make it visible or not, but I don’t see anything relating to the collapsed state.
Hi Ken,
For your first problem:
tell application "Adobe Photoshop CS3"
tell current document
move art layer "Layer 0" of layer set "Group 1" to beginning
end tell
end tell
As for your second problem, there appears to be no way (that I can find) to collapse/expand a layer set using either AppleScript of _javascript_. Not sure, but perhaps there’s a way using GUI scripting. Don’t hold your breath.
HTH,
Stan C.
_______________________________________________
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
_______________________________________________
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