-
Expression-driven layers behaving unpredictably
Hi,
Decided to add a top layer of controllers to the rig I was doing, but it does weird things.
The common position linking with toComp-fromComp expression:
ctrl = thisComp.layer("CTRL");
fromComp(ctrl.toComp(ctrl.anchorPoint));
does NOT snap position; does NOT lock position property – instead I can move the child layer, however it moves in mirrored directions; scaling goes all wrong as if anchorPoint is located somewhere out of composition.
Both the child and the controler (visible in UI) have anchors at default positions, and they are NOT parented, each have unique name too.
Restarted AFX(CC13.5) several times, and even rebooted the computer – no changes. Deleted all the other layers except those two (as if there might be some cycle) – still the same.
How on Earth? What might be wrong? How to fix?
ty
Nh