Skip to content

creold/illustrator-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Adobe Illustrator Scripts

Downloads Telegram Yotube

Instructions in other languages: English, Русский

Hi

This is a collection of JS scripts for Adobe Illustrator. All scripts created by me, sometimes using parts of other authors’ code. The Github Gist contains the small scripts that are not included in the main collection.

The descriptions for each file can be found in the file’s header text. Test environment: Illustrator CS6, CC 2019-2024 (Windows), CC 2019-2024 (Mac OS).

How to download one script

  1. In the script description, click the "Direct Link" button.
  2. The tab will open the script code.
  3. Press Cmd/Ctrl + S for download.

How to run scripts

Variant 1 — Install

  1. Download archive and unzip. All scripts are in the folder jsx
  2. Place <script_name>.jsx in the Illustrator Scripts folder:
    • OS X: /Applications/Adobe Illustrator [vers.]/Presets.localized/en_GB/Scripts
    • Windows (32 bit): C:\Program Files (x86)\Adobe\Adobe Illustrator [vers.]\Presets\en_GB\Scripts\
    • Windows (64 bit): C:\Program Files\Adobe\Adobe Illustrator [vers.] (64 Bit)\Presets\en_GB\Scripts\
    • RU lang: C:\Program Files\Adobe\Adobe Illustrator [версия]\Стили\ru_RU\Сценарии\
  3. Restart Illustrator

Variant 2 — Drag & Drop

Drag and drop the script file (JS or JSX) onto the tabs of Illustrator documents. If you drag it to the area of the open document, the script may not work correctly (Adobe bug).

Drag-n-drop to AI

Variant 3 — Use extensions

I recommend the Scripshon Trees or LAScripts panel. In it you can specify which folder your script files are stored in.

Warning

To run scripts via the F1-F15 hotkeys, users add them to the Actions panel. If another action is running inside the script, Illustrator will freeze. How do you check it? Open the script in a text editor, if you find app.doScript() in the code, it is using an action. This is in all versions from CS6 to CC 2023 on Mac and Windows.

Donate

Many scripts are free to download thanks to user support. Help me to develop new scripts and update existing ones by supporting my work with any amount via Buymeacoffee USD, Tinkoff RUB, ЮMoney RUB, Donatty RUB, DonatePay RUB. Thank you.

Paid scripts

  • ExportSequence — script for toggle visibility of numbered objects in selected groups and exports document as sequence to PNGs or JPGs.
  • ColorToner — script for generating tints, shades, and tones from base colors.
  • GradientBlender — script to make gradients more accurate, smooth.
  • Ai2Ae — script for prepare Adobe Illustrator Layers for import into Adobe After Effects.
  • ArtboardsFromCSV — script for batch creation of artboards with names and dimensions defined in a CSV table.
  • Duplicate Artboards Pro —script for copying the selected Artboard with or without his Artwork.
  • HighlightText — script for adding highlighting strokes based on text lines.
  • ImportImagesByName — script for imports images from the specified folder by names from the contents of the selected text objects.

Categories

Click the category name to learn more about the scripts in the selected category.

Download

Testimonials

  • I am very thankful for such a nice and useful scripts. It makes my life easy and more productive - Rizwan Abuzar
  • You are a hero. Thank you for all your hard work improving illustrator so it saves countless hours for people worldwide via your scripts - Nitcho
  • Sergey, these scripts of yours are great — Terry Foxx
  • Wow. I just installed and successfully tested. Outstanding work!!! — Zak Lay
  • Tried your script to export selected objects to separate Ai, works smartly — Dmitry
  • I looked at your post. Useful scripts! — Askhat Gilyakhov
  • Thank you for such wonderful scripts — Oleg Zybailov
  • Very powerful and user-friendly, cover a lot of gaps — Egor Chistyakov
  • I'm a big fan of your scripts. Absolutely amazing work — David Nightingale

Don't forget sharing link with a friend 🙂

Contribute

Found a bug? Please submit a new issues on GitHub.

Blog

Tips, tricks and scripts bugs for Adobe Illustrator: English, Русский.

Contact

Email hi@sergosokin.ru
Telegram @sergosokin

License

All scripts is licensed under the MIT licence.
See the included LICENSE file for more details.

Releases

No releases published

Packages

No packages published