-
How to add effects to shape groups with extendscript?
As answered in this thread https://forums.creativecow.net/readpost/227/22281, to add something such as fill or gradient to a shape group I have to use:
shapeGroup.property("Contents").addProperty("ADBE Vector Graphic - Fill");But now what if I’d want to add a repeater or a Pucker and Bloat for example?
shapeGroup.property("Contents").addProperty("ADBE Vector ??? - Repeater");Thanks in advance