How to Resize a Multitude of Similar Objects?

 From:  Michael Gibson
5243.9 In reply to 5243.8 
Hi YHWH_777,

> Is there any way to do this?

The easiest way is to delete all the objects except the one in the lower-left corner, then remake the array using the same spacing you used for the first one.

That will produce the result you are looking for, you don't really need any fancy script for that, just making a new array will do it and the work involved is minimal.

There are ways you could script it - see Pilou's reply above for some links to some scripts like "ScaleArray" that do apply a scale factor to objects separately in a loop. It's focused on modifying the scale factor to produce a kind of tapered scale effect, not quite the same as what you look here but it has the basic template that you would follow if you wanted to make a new script.

- Michael