Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clhenrick/scriptographer_scripts
.js scripts for the scriptographer plug-in for adobe illustrator
https://github.com/clhenrick/scriptographer_scripts
Last synced: 11 days ago
JSON representation
.js scripts for the scriptographer plug-in for adobe illustrator
- Host: GitHub
- URL: https://github.com/clhenrick/scriptographer_scripts
- Owner: clhenrick
- Created: 2012-12-28T00:16:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-26T17:47:14.000Z (over 11 years ago)
- Last Synced: 2024-10-12T05:07:10.378Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
scriptographer scripts .js
==========================
javascript for use with the Scriptographer plugin for Adobe Illustrator version <= CS5.5
* These are scripts that I find useful for cartography in AI, similar to the ones found [here.](http://kelsocartography.com/blog/?tag=script)
* Some of these scripts were developed with help from [Alex Blackwood]([email protected])
* The transFormEach.js script was created by [Shanfan Huang](http://shanfanhuang.com)The scripts in the scripts_working folder do the following:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-copySelectedLayer.js
duplicates a selected layer in the document, renames the duplicate layer,
moves the duplicate layer below the original, and hides the original layer.
-pathTextToPointText.js
takes a selected text on a path and makes it point text. Ignores path text with handles so that
path text that truly needs to be on a path stays on a path.
-pathTextToPointText_ignoreHandles.js
same as above script but will convert path text with handles
-selectSameCharacterStyle.js
will select all other text in the document that matches a currently selected text item's properties (font family, font style, color, etc.)
*note: freehand file text data has some properties that scriptographer doesn't recognize so this script won't always work.
-selectSameContent.js
will select all other grouped objects that contain the same text as a currently selected grouped object that contains text
-textPathExtend.js
will extend path text handles when not long enough to display text contained (when a little red plus symbol is showing)
-transformEach.js
similar to AI's native transform each command but better as it doesn't seem to limit the total number of objects you can have selected.
-updateCharacterStylesByLayer.js
assigns properties to text based on what layer the text is in, for moon take a hike styles.
-updateCharacterStylesMHB.js
similar to above script but for moon hand books black/white style.