I want to apply a script to an undefined number of objects. I think :
for obj in bpy.data.objects: #do something
is the right way. But