- MakeEnvelopesWithTops
- MirrorMove
(new, 13.05.2022)
- RememberSelectionLayers
(upd, 26.02.2022)
- RenameItems
(upd, 29.03.2022)
- Rescale
- ResizeOnLargerSide
- ResizeToSize
(upd, 12.06.2022)
- RoundCoordinates
(upd, 15.03.2022)
Distorts the selected bottom object by the top selected objects separately. Similar to the multiple run of the command Object > Envelope Distort > Make with Top Object
.
Mirror movement the object or points using the last values of the Object > Transform > Move...
or last move with the mouse / keyboard. Extends the native Object > Transform > Transform Again
. Axes: XY, X, Y. Movement ratio — the ratio of how much distance to move relative to the previous one (1 = the same). 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
Moves objects to their original layers. The information must be saved. The objects are moved to the top of the layer.
Script to batch rename selected items or their parent layers with many options or simple rename one selected item / active layer. The find and replace function supports RegExp.
Automatic scaling of objects to the desired size. If you draw a line on top with the length or height of the desired object, 'Old Size' will be filled automatically. Units associated with "Document Setup".
Resize of the selected objects to the specified amount on the larger side. Works with document units.
Adobe Illustrator has a Transform panel, but you cannot use it to transform several selected objects to a specified value. It also has problems with the accuracy of the result. The script can transform selected objects with 100% accuracy, depending on the selected side: width, height or automatically the larger side. Units associated with "Document Setup". Quick access with Q + underlined key or digit. Instead of Q you can set your modifier key in the script file modKey: 'Q'
.
The script rounds the coordinates of each selected object. The reference point gets from the Transform
panel. The script aligns to the stroke if Preferences > Use Preview Bounds
is enabled. In the script file, you can change the coordinate rounding step in the CFG step: 1
. If the step is 0, the script aligns to the document grid from Preferences > Guides & Grid
.
You can support my work on new scripts via ЮMoney, Donatty, DonatePay. PayPal is temporarily unavailable
Found a bug? Please submit a new issues on GitHub.
Email hi@sergosokin.ru
Telegram @sergosokin
All scripts is licensed under the MIT licence.
See the included LICENSE file for more details.