How much more complicated?
Right now I have 6 shape layers that are on a constant wiggle so their X-Y coordinates fluctuate throughout.
Where you have points = [[100,100],[200,100], etc]…
Could I just use the X-Y coordinates of those shape layers, e.g.
points = [[thisComp.layer(“Shape Layer 6”).transform.position[0],thisComp.layer(“Shape Layer 6”).transform.position[1]],[thisComp.layer(“Shape Layer 5”).transform.position[0],thisComp.layer(“Shape Layer 5”).transform.position[1]], etc.]
If perchance that the Start and End points are the same, that I’m not worried about…
– If you were me, you’d be home by now!
Joe Jozwowski
The Video Alchemist