-
Size of Ellipse
Hi
I’m using a script to add a shape layer with an ellipse. I can not figure out how to set it’s size. Not even after reading other posts…
This is what I am trying:
var l = comp.layers.addShape();
l.name = "Ellipse";
var g = l.property("Contents").addProperty("ADBE Vector Group");
var e = g.property("Contents").addProperty("ADBE Vector Shape - Ellipse");
g.property("Contents").addProperty("ADBE Vector Graphic - Stroke");l.("Contents")("Group 1")("Contents")("Ellipse Path 1")("Size") = [300,300];
The last line doesn’t work. Can anybody help?
Do any of you know of a reference for this “ADBE Vector” system?Thanks,
Jakob