-
Trying to access XY of verrtices
Hi all,
I’m trying to access the XY of say, vertice number 1 in a rectangle shape layer as proof of concept for something I’m trying to do, but even these baby steps are too big for me because I’m falling over at the first hurdle.
I have this expression sitting on the position property of a Null layer.
thisComp.layer("Test").content("Shape 1").content("Path 1").path.points(1);I *think I’m telling a null layer’s position property to look at vertex (1) on a bezier shape in a layer called ‘Test’, only I get told that this ‘array piece can’t expand to more than one value’.
Huh? The position property of a layer is [x,y] and so is the position of a vertex, so what gives?
Thanks for any guidance.
Markus