This README provides guidance on how to utilize a custom script within Adobe Illustrator to automate the creation of glyphs using a dataset.
Before running the script, ensure you have:
- Adobe Illustrator installed on your computer.
- The script file (
createGroups.jsx
) placed in an accessible location.
Your dataset must be prepared according to the following specifications:
- The dataset should be in TSV format with the following columns:
ID showText title context bond ground
. - Ensure that there are no newline characters (return characters) within any cells of the dataset as they can cause the script to fail.
- Each row in the dataset corresponds to a unique object within your Adobe Illustrator document.
- The
ID
column in your dataset should match the names of objects within your Adobe Illustrator document.
To run the script within Adobe Illustrator, follow these steps:
- Open Adobe Illustrator and load the document you wish to manipulate.
- Navigate to
File > Scripts > Other Script
. - Browse to the location where you saved the
createGroups.jsx
file. - Select the script and click
Open
to run it.
The script will reference the dataset and modify the Illustrator document according to the parameters specified within the dataset.
- Ensure that all objects that need to be manipulated by the script are correctly named and correspond to the
ID
column in your dataset. - If there are discrepancies in object names or missing entries, the script may not perform as expected.