Skip to content

Latest commit

 

History

History
executable file
·
137 lines (91 loc) · 7.57 KB

Style.md

File metadata and controls

executable file
·
137 lines (91 loc) · 7.57 KB

Logo

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

AverageStrokesWidth

Direct Download

Averages the stroke width of selected objects, skipping those without strokes. Supports paths, compound paths and text objects.

AverageStrokesWidth

ChangeOpacity

Direct Download

Set the exact Opacity value of the selected objects. The plus or minus sign before a number will shift relative to the current value at each object. Inside Clipping Groups does not change the Opacity of the mask itself. But you can add masks if you change inclMask: false to true in the code.

ChangeOpacity

GrayscaleToOpacity

Direct Download

Convert selection colors to Grayscale and set identical Opacity value.

GrayscaleToOpacity

MakeTrappingStroke

Direct Download

Sets the stroke color based on the fill of the object, with the Overprint Stroke attribute enabled, for prepress.

Important

In the Mac OS version of Adobe Illustrator strokes are not always added to multiple objects with the Force add stroke option. If you have a problem on Mac, manually add any stroke to objects and then run the script.

MakeTrappingStroke

OpacityMaskClip

Direct Download

The script activates Clip checkbox in Transparency > Opacity Mask.

Warning

Don't put this script in the action slot for a quick run. It will freeze Illustrator.

OpacityMaskClip

RandomStrokeWidth

Direct Download

Sets random stroke width of selected objects in a range with steps. The stroke unit is taken from Preferences > Units > Stroke. It has two modes: silent and dialog. Changing in CFG.showUI.

Modes change without editing the code if you hold down the Alt key when running the script:

  • Alt + CFG.showUI: false the dialog will be shown
  • Alt + CFG.showUI: true silent mode with the latest options

RandomStrokeWidth

StrokesWeight

Direct Direct Download

  • StrokesWeightDown.jsx
  • StrokesWeightUp.jsx

A set of two scripts that change the weight of the strokes of the selected paths relative to the current ones. To round weights, set the variable isRound: true otherwise isRound: false. To add strokes when the object has none, in StrokesWeightUp.jsx isAddStroke: true.

  • +/- 0.01 if weight <= 0.1
  • +/- 0.2 if < 1
  • +/- 0.5 if < 5
  • +/- 1 if >= 5

Hold down Alt while running these scripts to open a dialog to adjust the strokes width by percentage or exactly > 0 or < 0.

Note

Vote on Uservoice to add this feature to Illustrator.

StrokesWeight

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 hi@sergosokin.ru
Telegram @sergosokin

📝 License

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