Generate handles for several points in one operation
- Details
- Category: JS Illustrator
- Last Updated on Tuesday, 31 July 2012 14:56
- Published on Friday, 19 March 2010 10:51
- Written by Loic Aigon
- Hits: 137
It's so easy to convert an anchor point from angle to rounded and back. An alt clic on your point makes an agled one, an alt clic and drag switches to rounded.
But what if you have a lot of points to handle....? Are you seriuously thinking about clicking hours and hours ? What abour using this script ?
Use
Select points to convert to rounded and then launch the script.


Two handy scripts for Illustrator paths
- Details
- Category: JS Illustrator
- Last Updated on Tuesday, 31 July 2012 15:41
- Published on Wednesday, 17 March 2010 15:48
- Written by Eddy
- Hits: 173
Here are two Illustrator scripts for working on paths.
- The first one closes all the selected open paths (or all open paths if there is no selection).
- The second one quickly changes the orientation of one or multiple paths. Interesting if you want to add a shape to that path and need a change in the path direction.
Use
CloseAllPath

- If you have selected open paths, these one only will be closed. On the contrary, any open path will be proceeded.
- Run the script…
reverseAllPath

- Select the paths you want to change the direction
- Run the script…
The scripts are available in three languages (english, french and deutsch). Before the first use, you have to set the script speaking language.
To do so, you have to edit the javascript file. Have a look on the included README.txt for the instructions.
Download
Random objects selection
- Details
- Category: JS Illustrator
- Last Updated on Tuesday, 26 June 2012 21:48
- Published on Thursday, 04 February 2010 11:01
- Written by Loic Aigon
- Hits: 184
randomSelect demonstrates an easy way of randomizing the selection of a given number of objects.
The user can specify a percentage of up to how many objects should be considerred relative (percent) to the number of objects in the current selection. If nothing is selected prior to calling the script then all page items of the foremost document are set as the initial selection. (Source : Adobe Exchange)
textOnPath
- Details
- Category: JS Illustrator
- Last Updated on Tuesday, 26 June 2012 22:24
- Published on Tuesday, 26 January 2010 10:57
- Written by Loic Aigon
- Hits: 158
textOnPath eases the use of the text tool on a path.
All you have to do is to select a path and launch the script…
SymbolReplacement
- Details
- Category: JS Illustrator
- Last Updated on Tuesday, 26 June 2012 22:08
- Published on Friday, 22 January 2010 05:28
- Written by Eddy
- Hits: 208
Automate objets replacement with a symbol !
With symbolReplacement, replace every object of a selection by a given symbol (Named 'Dot').
Then, you don't have to update 10, 20, 30 objects but only one symbol.




Read more...