PlacedItem matrix TX & TY nowhere near actual position
I'm writing a tool to export PlacedItems' pos/rot/scale out to a JSON file, then reading them into a proprietary app. I get the transform matrix, no problem. However, the matrix values don't make sense.
In the poperties panel, the linked object's transform is [0, 0].
In the object's matrix, [mValueTX, mValueTY] are [-3314, -2537].
How do I reconcile these numbers?


