- In the script description, click the "Direct Link" button.
- The tab will open the script code.
- Press Cmd/Ctrl + S for download.
- DrawPathBySelectedPoints
10.03.2023
- DrawRectanglesByArtboards
new, 29.07.2024
- NumeratesPoints
upd, 22.12.2022
- RandomScribble
upd, 09.02.2024
Draws a polygon based on the selected points. To avoid self-intersections, the script sorts the selected points by polar coordinates from the geometric center of the shape with vertices in points. This is how the drawing direction of the polygon is formed.
The parameter in the `isClose' code is used to close the polygon (true) or keep the first and last point (false).
Draws rectangles to the size of the artboards. In the Custom option, you can enter ranges of artboard numbers with commas and hyphens. If the document is saved with bleed settings, the bleed fields will default to this value.
Code parameters:
layer: 'Rectangles'
— the layer name for the New Layer option,isLower: false
— draw below (true) or above (false) other objects
Numerates selected points and marks them with colored circles.
Creates random paths with a specified number of points. These can be random straight lines from 2 points or complex shapes that imitate scribbles. The points do not go beyond the bounds of the active artboard. If many shapes are first selected in the document, the script will generate individual paths with points into their bounding box.
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 [email protected]
Telegram @sergosokin
All scripts is licensed under the MIT licence.
See the included LICENSE file for more details.