-
extract a numerical value from another layer…
comp("comp1").layer("master").content("Shape 1").content("Path 1").pathI have a shape thats being distorted by an expression. I have other shapes that are using the first shape’s path as their own via an expression on their path (see code)
When I move the vertex points of the master path, the others follow suit.
I now want to use some expressions to distort the master path, but the expression doesn’t alter the path’s actual vertex values so the other layers don’t follow…
another example, if i do a simple wiggle expression on a shape’s position, is there a way to extract the shape’s altered position? is there a way to see the wiggle on the graph for instance?
thanks in advance for any advice 🙂