A useful script to find all the objects have same name and keep one of them
allNames = #()
duplicateObjs = #()
for obj in objects do
(
if findItem allNames obj.name == 0 then append allNames obj.name else append duplicateObjs obj
)
delete duplicateObjs
KK3x
Personal artwork display...
Friday, April 25, 2014
Wednesday, July 31, 2013
Monday, July 1, 2013
Monday, July 4, 2011
Friday, June 24, 2011
Thursday, June 23, 2011
Subscribe to:
Posts (Atom)