-
toWorld expression stops working as expected when layer is made a child
This is probably easy,
I’m using the expression
L = thisComp.layer(“POI”);
L.toWorld(L.anchorPoint)on a spot light’s point of interest to follow a null “POI” which is the child of another layer.
works fine until I make the spot light the child of another layer.
What do I need to do to make it work?
Thanks!