Rotate Elements at Different Random Degrees

Hello. I’m trying to rotate a lot of trees all at different angles to make them look more natural. Is there a way in Dynamo to automate this? I have succeeded in rotating all of the elements at the same random angle, but cannot figure out how to assign different angles to each index in my list.

Yes there is.
Can you take a picture of your graph? Then I can see where it is easiest to implement the nodes :-).

Thanks! I tried to figure out a way using loops but ended up just confusing myself.

I would do it like this:

1 Like

Thanks so much! Didn’t realize the degree input on the rotation node would accept a list.

1 Like