The title is a bit complicated (If you have a better one just tell me 🙂 ), but this is super simple in Maya with Arnold 5.
While using MASH with the Instancer geometry type you don’t have access to MASH’s Color node, but you do want to randomize the colors (and other attributes) of the instanced objects.
There is a simple way to do that:
- Create an aiColorJitter node.
- Select a color at Input (or connect a texture)
- Use the Object randomization part to create different colors/values per object
- Connect aiColorJitter node to the shader
- Change the Seed value to get different randomization
You can also use this node to randomize any User Data, Procedural or Face driven input.
Unfortunately there is no built in clamp feature in this node. So you may have to connect a Clamp node after this.
Cheers, D
I know how to make Arnold read Mash color node but with instanced geometry that’s never tried. Thanks for the rich knowledge.