Skip to content

Latest commit

 

History

History
executable file
·
143 lines (97 loc) · 8.13 KB

Select.md

File metadata and controls

executable file
·
143 lines (97 loc) · 8.13 KB

Logo

Select | Adobe Illustrator Scripts

Downloads Telegram Yotube

Back to homepage

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.

Scripts

CornersSelector

Direct Download

Selects points on objects that are inside or outside the shape of the object. For example, for the task, select all the rays of a star and round them.

CornersSelector

Named Items Finder

Direct Download

Search items in the document by name and zoom to them contents. Inspired by Photoshop CC 2020 features.

NamedItemsFinder

SelectAllLayersAbove

Direct Direct Download

The SelectAllLayersAbove script selects objects in all layers above the active layer. And the SelectAllLayersBelow script is in the layers below. If something is selected in the document, the parent layer of the selected object becomes active. Otherwise, the active layer is the layer that is selected in the Layers panel. Change var isInclActive = false in the code to true so that objects in the source layer are also selected.

SelectAllLayersAbove

SelectBySwatches

Direct Download

The Magic Wand tool selects objects that match the color of the sample. Selecting samples with the Shift key will select items of different colors. The script will select items if a fill or stroke color matches the colors selected in the Swatches panel.

Tip

To select objects with a different spot color tint, first uncheck Illustrator: Preferences → General → Select Same Tint %.

Warning

Don't put this script in the action slot for a quick run. It will freeze Illustrator.

SelectBySwatches

SelectOnlyPoints

Direct Download

After using the Lasso tool A or Direct Selection Tool Q, both Points and Path segments are selected.

Note

Vote on Uservoice #1, Uservoice #2 to add this feature to Illustrator.

SelectOnlyPoints

SelectPointsByType

Direct Download

Selects points on the selected paths according to their type. Does the thing that even Astute Graphics plugins can't do :)

Tip

Select View → Hide Bounding Box to see active points in real time.

Keyboard shortcuts:
Instead of Q you can set your modifier key in the script file modKey: 'Q'.

  • Bezier Q + 1
  • Ortho Q + 2
  • Flush Q + 3
  • Corner Q + 4
  • Broken Q + 5
  • Flat Q + 6

SelectPointsType

SelectRotatedItems

Direct Download

Finds rotated objects in a selection or in a document. If isSkipRight: true, then objects rotated 90, 180, 270 degrees are ignored, if false value, then all objects with rotation angle different from 0 degrees are selected.

SelectRotatedItems

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, ЮMoney RUB, Tinkoff RUB, Donatty RUB, DonatePay RUB. Thank you.

🤝 Contribute

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

✉️ Contact

Email hi@sergosokin.ru
Telegram @sergosokin

📝 License

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