Hello @aachman98 again ! I love this addon but without a clear documentation I really can’t understand how it works. Like for example, I want this simple effect that you already showed earlier: extrude faces of grid at a random amount and I can’t seem to make it work. I know that the problem is with random numbers generation, the loop is taking only one number and applying it for all faces instead of generating a new number for each face. So what am I doing wrong?
I tried connecting the index to the seed so that each face index would change the seed and therefore generate a different number but it didn’t work. Thank you for you help!