Forum: Vue


Subject: how to evenly distribute objects in a circle?

lhumungus opened this issue on Mar 08, 2010 · 4 posts


lhumungus posted Mon, 08 March 2010 at 8:31 PM

Quote - As an extension to what Cherryman described, you also use the replicate function and set the rotation around the pivot center  for each object and the number of objects in one quick step to evenly distribute the objects around your circle (rather than click and drag...). For example, 3 additional copies offset at 90 degree around z will give you four objects arranged in a circle, 7 additional ones at 45 degree give you a total of eight and so on...

Thanks!  That worked great.