srijonsarkardip / adobe-scripts-1

Drafts and unsorted JSX scripts for Adobe Illustrator, Photoshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

header Behance Dribbble Instagram

This is a collection of some little scripts or drafts has not included in the catalog.

How to run scripts

Variant 1 — Install

  1. Download archive and unzip.
  2. Place <script_name>.jsx in the Illustrator or Photoshop scripts folder:
    • OS X: /Applications/Adobe Illustrator (or Photoshop)/Presets/Scripts
    • Windows (32 bit): C:\Program Files (x86)\Adobe\Adobe Illustrator (or Photoshop)\Presets\Scripts\
    • Windows (64 bit): C:\Program Files\Adobe\Adobe Illustrator (or Photoshop) (64 Bit)\Presets\Scripts\
  3. Restart program

Variant 2 — Drag & Drop

Drag and drop the script file (JS or JSX) into Illustrator Window, Photoshop icon on dock (Mac), taskbar (Win).

Variant 3 — Use extension

I recommend the Scripshon Trees panel. In it you can specify which folder your script files are stored in.

Donate (optional)

If you find this script helpful, you can buy me a coffee ☕️ via PayPal or ЮMoney ex-Yandex.Money 🙂

Adobe Illustrator Scripts

GrayscaleToOpacity.jsx

Convert selection colors to Grayscale and set identical Opacity value.

GrayscaleToOpacity

MoveArtboards.jsx

Script for moving artboards range with artwork along the X and Y axis.

MoveArtboards

NumeratesPoints.jsx

Numerates selected points and marks them with colored circles.

NumeratesPoints

ObjectsCounter.jsx

Counts the number of selected objects.

ObjectsCounter

OpacityMaskClip.jsx

The script activates Clip checkbox in Transparency > Opacity Mask.

OpacityMaskClip

RenameArtboardAsLayer.jsx

The script renames each Artboard by the custom name of Layer with the first visible unlocked item on it.

RenameArtboardAsLayer

RenameArtboardAsSize.jsx

The script names the artboard by its size in pixels. If you don't want save Artboard name, but replace with his size, change var SAVE_NAME = true; in the script file to false

RenameArtboardAsSize

RoundCoordinates.jsx

The script rounds the coordinates of the center of the object. Works with document units.

RoundCoordinates

RenameArtboardAsTopObj.jsx

The script renames each Artboard by the custom name of the first visible unlocked item on it.

RenameArtboardAsTopObj

ReverseGradientColor.jsx

Reverse the order of gradient colors and their opacity. Does not reverse the locations of color stops. If a gradient is copied from another object with the Eyedropper Tool (I), the Illustrator will think that they have the same gradient. Use the Reverse Gradient button in the Gradient panel instead then.

ReverseGradient

SaveAllDocs.jsx

Save all opened docs in one click.

Adobe Photoshop Scripts

ClearLayer.jsx

Simple script to clear layers content.

ClearLayer

GeneratePreview.jsx

Generate JPG preview image from active document. Supports multiple saving with auto-numbering. If you want to change JPG size, edit number in script file var jpegSizeMax = 1200; .

ClearLayer

SaveAll.jsx

Save all opened docs in one click.

Don't forget sharing link with a friend 🙂

Contribute

Found a bug? Please submit a new issues on GitHub.

Contact

Email hi@sergosokin.ru

License

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

About

Drafts and unsorted JSX scripts for Adobe Illustrator, Photoshop

License:MIT License


Languages

Language:JavaScript 100.0%