Skip to content

Latest commit

 

History

History
executable file
·
124 lines (83 loc) · 7.17 KB

Path.md

File metadata and controls

executable file
·
124 lines (83 loc) · 7.17 KB

Logo

Path | 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

DivideBottomPath

Direct Download

Divides the bottom path at the intersections with the top paths. The paths must have a stroke. This script replaces Pathfinder → Outline, which resets the color and doesn't remove the top paths segments. Scissors tool requires precise clicking and takes time with many points.

Tip

If you want to keep the top paths, change var isRmvTop = true to false. To recolor the segments in random colors, set isRndColor = true.

DivideBottomPath

Points Move Random

Direct Download

The script moves randomly in numeric ranges horizontally and vertically selected points or all points on objects. Quick access with Q + underlined key. Instead of Q you can set your modifier key in the script file modKey: 'Q'.

PointsMoveRandom

SetPointsCoordinates

Direct Download

Sets the same X, Y coordinates for the selected points. In the native Transform panel, after you type X, Y, the shape moves, not the selected points. The script works with artboard rulers or global rulers toggled in the View → Rulers menu. To move points by a delta, use the double signs -- or ++ in front of the number. If the points have a common coordinate, it is displayed in the input. Illustrator has coordinate inaccuracies, so you can set the `CFG.tolerance' in the script code to make the coordinates of the points appear the same in the dialog box.

Note

Vote on Uservoice to add this feature to Illustrator.

SetPointsCoordinates

SplitPath

Direct Download

Powerfull script for subtract shapes from paths. Pathfinder panel in Adobe Illustrator does not do it.

Note

Vote on Uservoice to add this feature to Illustrator.

SplitPath

SubtractTopPath

Direct Download

Subtracts the top selected shape from all the shapes below it. Pathfinder panel in Adobe Illustrator does not do it. Change the value of isRmvTop to false to keep the original shape. The isUseFS: true speeds up processing with a large number of objects.

Warning

Align Stroke to Inside / Outside doesn't work correctly. Apply Object > Path > Outline Stroke before running the script.

SubtractTopPath

TrimOpenEnds

Direct Download

Removes the ends of open paths up to their intersection points. It's an alternative to the Shape Builder tool.

TrimOpenEnds

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 [email protected]
Telegram @sergosokin

📝 License

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