Strange toComp() Expression Issues
Hey,
Little bit unsure whats going on here (AE 22.5):
Have 2 Squares (with Path Pos [0,0] and Path Transform Anchor / Pos [0,0]). Am trying to Pan-Behind the Anchor of Left Square to the Position of Right Squares Anchor using Expressions:

So figuring is: Left Squares Anchor Point is where it's Crosshair is in it's Layer Space, so Anchor values don't care about Parent as Parent only affects Space in which Position works (Childs Position is where Crosshair is in Parents Layer Space). So can convert Right Squares Anchor to Comp Space and then take that value from Comp Space to Left Squares Layer Space. This is correct.
Then figured, could just offset the Position by adding the Anchor value to Left Squares Position (which is all Pan-Behind is doing?)
However the Square goes to the left as if the Position expression is doing nothing xD:

UNTIL the Position value is touched and then the Square is in the correct position as it should be BUT it's invisible:

Maybe I don't understand how Expressions work between properties. I assumed that if a Property references another property (with an expression on), then the value it gets back is AFTER the Expression has been applied. Like here with Dans script for time remapping audio, the Time Remap is taking the values from thes Slider after the ease has been applied:

So i don't get why Position isn't taking the values from Anchor Point correctly.
