-
Second Thing…
I want to position many duplicates of a precomp in a grid pattern. I can position them in the x and y indepently using the expression;
x = thisLayer.width*index;
[x,thisLayer.height]Not sure how to fill in the rest of the grid. Also ideally i would like every other column to be offset (0.5 * thisLayer.height) down in the y direction, so that the square layers look kind of like a rotated brick wall. Would it be possible to combine all in one expression?
Thank you very much in advance
Luke