Page 1 of 1

Random Value per object

Posted: Mon Jun 26, 2023 11:28 am
by johannes.wilde
Hey there!

After quite some research and trial and error I wonder, if there is a way in OctaneBlender to assign a random value or color per object in the Octane Shader Graph. I found some examples working with instances. However I need to manually arrange bricks to a specific shape and I'd like to break up the uniform color of the Albedo Map.
As you might know, Cycles has an option for that (random per object).
Any chance to do that in Octane?
If not, that would be a great feature to have.

Cheers,

Johannes

Re: Random Value per object

Posted: Tue Jun 27, 2023 6:26 am
by Andreas_Resch
That's a feature that has been requested for years. The devs are aware, but we don't know if and when they will incorporate it.

The best way that I've found is to assign different Random Color Seed values to all the objects and use that to feed your random color generation. There's already a thread about that and I also created a little addon that takes care of the random assignment of those values. It's all here ...

viewtopic.php?f=32&t=81604&p=424198&hil ... om#p424198

Re: Random Value per object

Posted: Tue Jun 27, 2023 8:23 am
by johannes.wilde
Thanks for your reply. That helps me a lot!