Hi everyone,
so in a function I want to pick an object A but then set a variable in object B that shares a container with A.
I only have the UID of A, hence cant pick B directly.
But I'd expect that when I pick A, the container automatically picks all container objects for me, no? So I should be getting the correct instance of B when i picked A?
Am i mistaken?