Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过 Photoshop 脚本 (JS) 复制图层集及其所有内容(图层 + 图层集)。
是否可以完全克隆开箱即用的图层,或者是否有人知道适合该目的的已知脚本?
layerset 对象上有一个重复的方法 - 所以它只是运行这样的事情:
app.activeDocument.activeLayer.duplicate()