On 18/02/2013 at 17:49, xxxxxxxx wrote:
Hello everybody,
i have a PluginDataTag with an InExclude-element. The objects in this element are called one after the other by iteration. (End of iteration is count of objects in list got by GetObjectCount(), of course.) If I add an object or remove it from the element the count changes unsurprisingly. **But if I remove an object from objectmanager, it doesnt change. There is no massage sent to run though code. For the moment I go around doing stuff with NoneType-object by "if obj != None: ...", but Im sure there is a more nimbly way. Does anyone know one?
Many thanks and greeting
rown