I'm struggling to set the output index of a node to connect to another node with python.
for other render engine I use to do like this:
nodeIn.setInput (7, nodeOut, 1)
The last "1" is referring to out index to connect to the "7" input of the nodeIn. It seems that V-ray is not using the integer number to specify the out index.
I need to set the intensity as output instead to the color.
I was thinking that colour out is 0, intensity out is 1 and so on....
Any suggestion?
Thanks
for other render engine I use to do like this:
nodeIn.setInput (7, nodeOut, 1)
The last "1" is referring to out index to connect to the "7" input of the nodeIn. It seems that V-ray is not using the integer number to specify the out index.
I need to set the intensity as output instead to the color.
I was thinking that colour out is 0, intensity out is 1 and so on....
Any suggestion?
Thanks
Comment