Skip to main content
Participant
December 5, 2018
Question

Applescript - Photoshop CC

  • December 5, 2018
  • 1 reply
  • 388 views

HI

How to delete a group in Photoshop CC without deleting the contain of this group ?

I understand the Reference class is Layer set for a group.

How to do, using applescript ?

Thanks for your help

regards

Christophe

tell application "Adobe Photoshop CC 2017"

  activate

  set typeOfLayer to get properties of every layer of current document

  tell current document

  delete layer 1 -- it should be the layer group

  end tell

end tell

This topic has been closed for replies.

1 reply

JJMack
Community Expert
Community Expert
December 5, 2018

You should use the Scripting forum for this question some know Apple script over there most use JavaScript.

Photoshop Scripting

JJMack
Participant
December 5, 2018

Hi

How do i move my request to the correct forum ?

Thanks

JJMack
Community Expert
Community Expert
December 5, 2018

A moderator may do that.

JJMack