iconifyit / illustrator-scripts-2

Some powerfull JSX scripts for extending Adobe Illustrator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

header

Adobe Illustrator Scripts

Behance Instagram 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 descriptions for each file can be found in the file’s header text. Test environment: Illustrator CS6, CC 2021 (Windows), CC 2018-2021 (Mac OS).

📜 Categories

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

Artboard

  • ArtboardsFinder (new, 08.03.2022)
  • BatchRenamer (upd, 13.05.2022)
  • DuplicateArtboards
  • FitArtboardsToArtwork (upd, 12.06.2022)
  • MoveArtboards
  • RenameArtboardAsLayer
  • RenameArtboardAsSize
  • RenameArtboardAsTopObj

Color

  • AverageColors (new, 27.03.2022)
  • ColorBlindSimulator (new, 18.04.2022)
  • ConvertToGradient
  • CycleColors
  • CycleGradient
  • DistributeGradientStops
  • RemoveGradientStops
  • ReverseGradientColor
  • StrokeColorFromFill (upd, 12.01.2022)

Draw

  • NumeratesPoints
  • RandomScribble (upd, 12.06.2022)

Export

  • Export selection as AI
  • ExportToDXF

Group | Mask

  • CenterClipsToArtboards
  • ExtUngroup
  • MoveToGroup
  • TrimMasks

Item

  • FitSelectionToArtboards (new, 22.07.2022)
  • MakeEnvelopesWithTops
  • MirrorMove (new, 13.05.2022)
  • RememberSelectionLayers (upd, 26.02.2022)
  • RenameItems (upd, 29.03.2022)
  • Rescale
  • ResizeOnLargerSide
  • ResizeToSize (upd, 12.06.2022)
  • RoundCoordinates (upd, 15.03.2022)

Path

  • Points Move Random (upd, 12.06.2022)
  • SplitPath (upd, 12.06.2022)
  • SubtractTopPath (new, 03.04.2022)

Select

  • NamedItemsFinder (upd, 07.03.2022)
  • SelectAllLayersAbove (new, 21.02.2022)
  • SelectAllLayersBelow (new, 21.02.2022)
  • SelectBySwatches (upd, 12.06.2022)
  • SelectOnlyPoints
  • SelectPointsByType (upd, 12.06.2022)
  • SelectRotatedItems (new, 22.06.2022)

Style

  • ChangeOpacity
  • GrayscaleToOpacity
  • OpacityMaskClip
  • RandomStrokeWidth (new, 16.04.2022)
  • StrokesWeightUp
  • StrokesWeightDown

Utility

  • FileVersionInformer
  • ObjectsCounter
  • SaveAllDocs
  • SyncGlobalColorsNames

View

  • Zoom And Center (upd, 12.06.2022)

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) into Adobe Illustrator Window

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.

💸 Donate

You can support my work on new scripts via ЮMoney, Donatty, DonatePay. PayPal is temporarily unavailable

🗣 Testimonials

  • 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

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.

About

Some powerfull JSX scripts for extending Adobe Illustrator

License:MIT License


Languages

Language:JavaScript 100.0%