-
Adding a shape to shape layer
Hi,
I am actually writing a script for After Effects and there is something I cannot find in your documentation (I use this https://blogs.adobe.com/toddkopriva/files/2012/06/After-Effects-CS6-Scripting-Guide.pdf as I think it’s the most recent version).
I have successfully created a shape layer and added it to my comp and I want to add an ellipse to it. I have found how to add a circle mask to it but I would want to use the myShapeLayer.Contents as I see it exists.
What methods the Contents object has?
shapeLayer = currentComp.layers.addShape();shapeLayer.Contents. //What can i do here?