I have a mocha tracked null. I child another null thats slightly offset in XY. Now the child's coordinates are relative to the parent. But how can I get the child's true position in the comp?
This seems too easy:
thisComp.layer("parentNULL").transform.position + thisComp.layer("childNULL").transform.position
Am I missing something?