I had similar experiments (instead of onyx i used scattered leafs on a noised multiplane object), but wasn't able to use proxies with 1.09 so i stopped the experiments.
I also had something like an "tile" effect.
my solution to this problem was a script:
drop that text to your toolbar and this script rotates all selected objects around the z-axis.
I also had something like an "tile" effect.
my solution to this problem was a script:
Code:
for i in $ do ( rotate i (angleaxis (random -90 90) [0,0,1]) )
Comment