When I try to render an object I often get something like '<Model instance at 02620E00>' This suggests to me that this object has some kind of unique ID 02620E00 that identifies this particular instance. Is there any way that I can query an object to find this id? My aim is to find some way to uniquely identify all objects so that I can find them later without having to store their entire path. Tom