- In the script description, click the "Direct Link" button.
- The tab will open the script code.
- Press Cmd/Ctrl + S for download.
- CornersSelector
21.04.2023
- NamedItemsFinder
upd, 09.02.2024
- SelectAllLayersAbove
21.02.2022
- SelectAllLayersBelow
21.02.2022
- SelectBySwatches
upd, 22.04.2024
- SelectOnlyPoints
- SelectPointsByType
upd, 09.02.2024
- SelectRotatedItems
22.06.2022
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.
Search items in the document by name and zoom to them contents. Inspired by Photoshop CC 2020 features.
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.
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.
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.
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
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.
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.
Found a bug? Please submit a new issues on GitHub.
Email hi@sergosokin.ru
Telegram @sergosokin
All scripts is licensed under the MIT licence.
See the included LICENSE file for more details.