I’m currently working on something which requires several giant brick walls, with each wall containing over 300 bricks. To add detail to the wall, I’m varying the depth of each brick by resizing them manually, but with such a large number of parts, this is extremely inefficient and time consuming.
Some contextual images
Here is the brick wall.
Here, you can see the depth I’m adding (or trying to add) to the bricks by resizing them.
How can I resize all of these parts more efficiently? Ideally, I need to be able to select several parts, resize them a certain amount, and repeat this process for most of the bricks on the wall.
In addition to resizing each part manually, I’ve also tried changing the size of a selection of parts under Properties, but this unfortunately resizes the parts in both Z directions instead of just one, causing them to begin to float away from the wall.
Any suggestions will be appreciated.