getting 7200 objects did take: 1.18 sec, now 0.0012 sec It was doing a full object list lookup for every object in the scenes base using the name to compare. now it just gets the object directly from the base and converts it to a python object, adding it to the list. - Cam