Hey Ben
I need something very similar, I need a script that will go to every layer in the project and add this to the anchorpoint and position
tempx = value[0];
tempy = value[1];
tempxwhole = Math.round(tempx);
tempywhole = Math.round(tempy);
[tempxwhole, tempywhole]
It seems very similar to what you just did. I need it for a project ASAP. If you know how to do it could you send me the jsx. I don’t know much about scripting just expressions.