Quantcast
Channel: Adobe Community : Popular Discussions - Photoshop Scripting
Viewing all articles
Browse latest Browse all 12244

Anyone know how to move a layer set (group) into another layer set using applescript?

$
0
0

The following code returns a parameter error:

error "Adobe Photoshop CC 2014 got an error: Parameter error." number -50

 

tellapplication "Adobe Photoshop CC 2014"

     activate

     tellcurrent document

          setparentLayerSettomakenewlayer set

          setnameofparentLayerSetto "parent"

          setchildLayerSettomakenewlayer set

          setnameofchildLayerSetto "child"

          movechildLayerSettoendofparentLayerSet

      endtell

endtell


anyone know a solution?

Cheers!


Viewing all articles
Browse latest Browse all 12244

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>