Re-number and re-order Grid Sop

Hi!

I’m trying to create an LED mirror using pixel tape. The way the tape is wired is from left to right and then from right to left. I can so far only transform my grid to number in one direction.

Is there a way of changing the direction of a row or column? Or renumbering the grid so my first pixel is 1 rather than 0.

This is how my tape is wired…

Hi @shielssj,

instead of a Grid SOP, you could use a combination of Line SOP and Copy SOP. The Line SOP would be setup to have 14 points while the Copy SOP would create 10 copies that are cumulatively translated upwards and mirrored for each copy:

Could that work for you?
cheers
Markus

Oh that’s a great help! Thank you!