obj = #()
for i in geometry do
(
a = getpolygoncount i
if a[1] == 0 then append obj i
)
if obj.count!=0 then select obj else print "none"
for i in selection do print i.name
delete selection
obj = #()
for i in geometry do
(
a = getpolygoncount i
if a[1] == 0 then append obj i
)
if obj.count!=0 then select obj else print "none"
for i in selection do print i.name
delete selection