Hi, I made a little script in where I want to list "proxy" objects.
There is uniques objects and other that are instanced.
I would like to list all the differents objects but not to see all instances.
XXX.items = for a in Objects where ( matchPattern a.name pattern:("*"+ NNNAME.text + "*") and ( classof a == proxy )) collect a.name
if someone can help.
Thanks
miauu · 2018-08-09