Question
Is it possible to remove() or delete a brush using a script?
Hi all,
I've tried using app.activeDocument.brushes[1].remove(); to remove a brush from the active document but it says that it is not a function. app.activeDocument.brushes[1].name etc. works fine.
When I try the same thing for swatches and symbols it works perfectly. If remove() isn't available for brushes is there another method that I could use to remove or delete a brush from the active document?
