Added back in v1

This commit is contained in:
Unknown
2018-07-25 15:20:00 -04:00
parent 6b8626e4be
commit f64ea7a84c
48 changed files with 3215 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#include lib.js
var stdout = newFile(arguments[0]);
var lyr = eval(arguments[1]);
lyr.translate((Number)(arguments[2]), (Number)(arguments[3]));
if (lyr.typename == 'LayerSet') {
lyr.merge()
lyr=eval(arguments[4])
Undo();
}
stdout.writeln('{' + bounds(lyr) + '}')
stdout.close();