mirror of
https://github.com/sbrow/ps.git
synced 2026-02-28 03:01:43 -05:00
Layersets now can be moved correctly
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include lib.js
|
||||
var stdout = newFile(arguments[0]);
|
||||
var set = eval(arguments[1]);
|
||||
stdout.writeln('{"Name": "'+set.name+'", "ArtLayers":[');
|
||||
stdout.writeln('{"Name": "'+set.name+'", "Visible": '+ set.visible +', "ArtLayers":[');
|
||||
stdout.flush();
|
||||
for (var i = 0; i < set.artLayers.length; i++) {
|
||||
var lyr = set.artLayers[i];
|
||||
|
||||
Reference in New Issue
Block a user