Faster item copy in Illustrator using scripting
One thing I wish it was better at was making an array of objects based on selection. Here is a script I wrote to automatically do it for you. You can use move and transform but it involves a lot of math and isn’t very fast. This is a more efficient way of doing so.
Illustrator script to clean empty text boxes
If you’re a neat freak or just simply want to clean up your illustrator files of empty text boxes, here is a super handy script i quick wrote. It goes through all your layers and removes empty text boxes. Enjoy! Download: cleanEmptyTextBoxes.jsx how to run: File > Script > Other Script if you want it to […]