This script extracts the coordinate from all selected objects and creates a text layer with the values.
It's very usefull for exporting a document for other platform that need to use the values.
The created text layer is organized as follow:
Each line is a object and each line contains values from each anchor in the object separeted by comma. Eg:
x, y, x, y, x, y, x, y
x, y, x, y, x, y, x, y
x, y, x, y, x, y, x, y
x, y, x, y, x, y, x, y
x, y, x, y, x, y, x, y
x, y, x, y, x, y, x, y
This is a great script, however, it's worth noting that it is not a Scriptographer script, but rather uses Adobe (Illustrator's) native ExtendScript.
Another non-Scriptographer tool is draw script which is an Illustrator palette specifically for exporting path points to other platforms.
Ken
Thanks Ken!
Didn't know about the SG api.
I thought that the site could be a repository of AI scripts.
Should I remove it?
Best,
Carlos
Hi Carlos,
by no means don't remove the script as it's quite helpful.
Ken