Is there a way to randomly choose between several different sops when instancing? So, I could have 4 slightly different sops for variety, then have the instancer choose one randomly. I’ve been fiddling with the switch sop but can’t figure out how to use custom attributes to do what I need. For now, the only way I know how to approach is by instancing each one separately by first chopping up the instance data. Thanks for any help!
Hi Jacob,
your approach is the most straight forward way to go for this. Prepare all the instance data first together and include a ID to identify for which geometry this is for, Split them up after the ID and instance on separate Geo COMPs.
Cheers
Markus
Thanks Markus! I got something working sorta… I used the shuffle chop to separate the data into 4 chunks… but the petals look to similair. How can I separate the data in a more random/organic way?
instance_randomness.rar (28.3 KB)