the script itself seems to be rather simple and not what I expected :( -- array of properties to be compared // you could expand it with more...srcData = #( classOf obj, (getPolygonCount obj) as string, obj.scale)-- collect identicallocal identical = for i in geometry where \ not areNodesInstances obj i and \ classOf i ==…
Just edited the script and it now works fine. I have just tested it with 100+ models with 170 polys each. I think that the problem with the script is when the script loads up it is defining the local variable as 0 so that when the script runs it thinks there is no objects selected. This is causing the button to be greyed…