Page 1 of 1

Live DB material makes too much nodes

Posted: Wed Jul 15, 2020 2:56 pm
by motionskill
When I import something from LiveDB, this produces a lot of nodes in houdini. For every option of material, it creates constant, float value nodes which is connected to Main material. So, it's almost impossible to do fast changes in such material. In the same time, when I use Octane in Cinema 4d, I don't see such problem.

https://www.screencast.com/t/pTy4o6siS

https://www.screencast.com/t/sjcM69K3SC

Re: Live DB material makes too much nodes

Posted: Wed Jul 15, 2020 9:28 pm
by juanjgon
Yes, sorry, this is a limitation related to how the Octane nodes system is implemented in Houdini. You could build an HDA from the full material exposing the constant nodes in the HDA GUI to make it user friendly, but I agree that this is a lot of work. At some point, I want to work in a better solution for the LiveDB materials, perhaps using a custom node that could expose the material in the native Octane node editor, but I don't have any ETA for this feature yet.

Thanks,
-Juanjo

Re: Live DB material makes too much nodes

Posted: Thu Jul 16, 2020 1:05 pm
by motionskill
What I think now is maybe some python script which checks all nodes and if it finds simple constant and float nodes - remove it and place it's value directly to parent connected input. But I have no python skills, will try to find somebody for this work