var doc = app.activeDocument
var group = Layer.duplicate
group.mergeVisibleLayers();
What am I doing wrong, that the layers are not duplicating, then merging ?
var doc = app.activeDocument
var group = Layer.duplicate
group.mergeVisibleLayers();
What am I doing wrong, that the layers are not duplicating, then merging ?