From 5d109cfc700627c63e214eb564647a8687464017 Mon Sep 17 00:00:00 2001 From: Aidid47 <100773843+Aidid47@users.noreply.github.com> Date: Wed, 2 Mar 2022 20:14:36 +0800 Subject: [PATCH] copy of Random SWATCH Fill (cause i cant uploadit) i cant UUPLOAD ITTT! --- ee | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ee diff --git a/ee b/ee new file mode 100644 index 0000000..3652099 --- /dev/null +++ b/ee @@ -0,0 +1,24 @@ +mySelection = app.activeDocument.selection; +myDoc = app.activeDocument; +if (mySelection instanceof Array) +{ + selSwatches = myDoc.swatches.getSelected(); + + if(selSwatches.length != 0) + for (i=0; i