Hello
When I create multiple objects of the same type and try to loop through them afterwards it only finds one object that existed on the begining.
Here is a .cpax example of this situation: tinyurl.com/nghm57z.
After creating 10 objects and looping through them I get count = 1.
I can add that I don't have this problem when I create objects in one layout and go to another. It counts all objects.
Can someone tell me if this is a bug or it should be done differently?