How in the script to refer to the symbol set present in the document?
Copy link to clipboard
Copied
Hi all.
How in the script to refer to the symbol set present in the document?
 Hhere can be several such sets in a document, is there an option not to use the function "getByName"?
Explore related tutorials & articles
Copy link to clipboard
Copied
Hi @AnyON, could you please explain what you want the script to do, and post an example file?
It looks like you are talking about the result of using the Symbol Sprayer tool. The scripting API currently doesn't provide access to this object except via the symbol items or by expanding it into individual symbols or even further into normal path items. It is likely that what you want isn't as straightforward as we would like, but we won't know until you show us what you want to do via script.
- Mark
Copy link to clipboard
Copied
1.Select this Symbol set in the layer
2. Release this Symbol set into layers (sequence)
the code should look something like this
------------------------------------------------------------------------------
Copy link to clipboard
Copied
A "symbol set" produced by the Symbol Sprayer tool is a pluginItem.

