Skip to content

Latest commit

 

History

History
executable file
·
135 lines (92 loc) · 7.64 KB

Select.md

File metadata and controls

executable file
·
135 lines (92 loc) · 7.64 KB

header

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.

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

Warning
Do not put the script inside an action to run with hotkeys. Running SelectBySwatches through an action can cause Illustrator to freeze.

SelectBySwatches

SelectOnlyPoints

Direct Download

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

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 :)

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

🤝 Contribute

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

✉️ Contact

Email [email protected]
Telegram @sergosokin

📝 License

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