-
Help with a script TONIGHT PLEASE
I need some help fast.
I have multiple projects and thousands of layers so I need a script that will add this expression to every anchor point and every position of a layer:
tempx = value[0];
tempy = value[1];tempxwhole = Math.round(tempx);
tempywhole = Math.round(tempy);
[tempxwhole, tempywhole]It’s a simple expression to round the position to the nearest integer which in turn makes the illustrator file appear more clear.
What I need is a script that will apply that expression to all layers selected:
I NEED it ASAP!
Thanks
tempx = value[0];
tempy = value[1];tempxwhole = Math.round(tempx);
tempywhole = Math.round(tempy);
[tempxwhole, tempywhole]