Hi all, I was wondering how I can get a different seed of the Random Value node for each instance. I’ve been playing around with the Capture Attribute node and the Index node but I’m not getting there yet. Some help would be appreciated.
Hi all, I was wondering how I can get a different seed of the Random Value node for each instance. I’ve been playing around with the Capture Attribute node and the Index node but I’m not getting there yet. Some help would be appreciated.
Hi,
You have to do those operations after instancing. Then you can randomise the instances.
Hope that helps.
That makes a lot of sense