Jan 27, 2013

grass.jsx


Added a script for Illustrator grass.jsx to my Github repository.

Visit the following page for details.



Note:
This is a script ported from the script I wrote for Scriptographer(Sg) once. It took about a hundred lines to implement the part I had been able to write shortly with Sg function getPositionWithLength. It would be better if I could use paperjs on Illustrator. Even better thing is to get rid of Illustrator as an only tool for vector graphics.

Jan 24, 2013

batchTextEdit.jsx


Added a script for Illustrator batchTextEdit.jsx to my Github repository.

Visit the following page for details.



Note:
I stumbled when I found I couldn't input the return code in the edittext control.  It seems it is a FAQ.  I had to hit Ctrl + ENTER to do it.  In CS6, there's a new attribute "wantReturn" and I can do it just hit ENTER if it is set to true.