This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* レイヤー名置換 JSX | |
*/ | |
var _layers = []; | |
function main(dialog){ | |
var document = activeDocument; | |
var layers = document.layers; | |
getLayer(layers); |