DSN ART AI AiScripts How to Set Up Keyboard Shortcuts for Scripts in Adobe Illustrator Scripts, much like actions, plugins, and extensions, are essential tools for automating routine design tasks. However, the process of…
DSN HUM ART AI TCH AI AiScripts How to write scripts for Adobe Illustrator Learn why a designer needs scripts in Adobe applications and where to start learning them
DSN ART TCH AI AiScripts Temporary Uuid As of CC 2020, the uuid string key (a unique object identifier) has been added to the Adobe Illustrator object model. It is readable and…
SPT DSN ART TCH AI AiScripts How to apply effects via XML Adobe Illustrator’s scripting API is modest. Many actions that are performed manually through menu commands are not available through…
DSN ART ECO AI AiScripts How to Use Symbolic Links for Illustrator Scripts By default, Illustrator scans for scripts in its system folder during startup:
DSN ART SOC TCH AI AiScripts App.selection limit In ExtendScript for Adobe Illustrator, you can select all objects in an array in a document by assigning an app.selection collection.
DSN ART AI AiScripts Ampersand Truncates ScriptUI Panel Titles If you need to use an ampersand (&) in a script’s interface panel title (for example, “Find & Replace”), you will notice that the text…
DSN ART TCH AI AiScripts Non-Latin Spot Color Names in Swatch Groups When a script moves a spot or global color swatch into a group, the encoding of its name may become corrupted.
DSN ART TCH AI AiScripts Negative strokeDashOffset The Stroke panel lets you set the width of dashes and the gap between them. In scripts and plug-ins, there is the strokeDashOffset property…
DSN ART AI AiScripts Swatch Groups Issue If a script uses the swatch group creation method swatchGroups.add() in combination with undo actions via app.undo(), it can cause…