- In the script description, click the "Direct Link" button.
- The tab will open the script code.
- Press Cmd/Ctrl + S for download.
- CornersSelector
new, 21.04.2023
- NamedItemsFinder
upd, 14.09.2022
- SelectAllLayersAbove
new, 21.02.2022
- SelectAllLayersBelow
new, 21.02.2022
- SelectBySwatches
upd, 11.05.2023
- SelectOnlyPoints
- SelectPointsByType
upd, 14.09.2022
- SelectRotatedItems
new, 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.
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.
After using the Lasso tool A or Direct Selection Tool Q, both Points and Path segments are selected.
Selects points on the selected paths according to their type. Does the thing that even Astute Graphics plugins can't do :)
Note
SelectView → 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, Tinkoff, ЮMoney, Donatty, DonatePay. Thank you.
Found a bug? Please submit a new issues on GitHub.
Email [email protected]
Telegram @sergosokin
All scripts is licensed under the MIT licence.
See the included LICENSE file for more details.