-
Position expression won’t animate
I’m pretty green when it comes to expressions–pickwhipping, with the odd adaptation / adjustment, is about the extent of my knowhow. That said, I thought that what I’m trying to do should be a pretty straightforward manoeuvre. Seems I was wrong…
I’m trying to link the position property of a layer in one comp to that of a null in another comp. I’ve applied the following expression:
comp(“Comp Name”).layer(“Layer Name”).transform.position
To confirm, I pickwhipped from one comp to the other, getting the exact same expression. All seems fine. Changing the position of the null in my main comp updates the position of the layer in the other comp. When I animate the null position, however, the layer in the other comp does not respond: it’s only being affected by the null’s position in one instance, not multiple positions / keyframes. I thought perhaps it was just a “glitch”, so I’ve rebooted, etc. No change.
Any thoughts / help much appreciated.
NB – might be worth noting that the two comps are different in size: my main comp is 1920×1080 and the other comp (which itself is nested in another 1920×1080 comp inside the main comp) is a whopping 8000×7000, containing a large, hi res image that I want to move around in the background in my main comp. I set the null position to (4000, 3500) to match the image’s initial position before linking them.