1) create a linear array of instances ( 50 spheres for example)
2)link item n to n-1, n-1 to n-2 ,..., 1 to 0 ( use a recursive function with maxScript )
3) align all pivot point to the first instance
5) select all instances and rotate around the new pivot
6) enjoy the result
No comments:
Post a Comment