When I am working on more complex materials, I often find that I use the results of some calculations (for example uv coordinates with some calculated offset) in different parts of the material.
Now I have to drag a connection from this subgraph to all the places where I use it, and this gets messy. I was wondering if it is not possible to do this differently, namely by storing the calculated value in some ‘variable node’ and then using a similar ‘variable node’ (with the same variable name) someplace else in the graph to read out the calculated value.
So basically the funcionality would be exactly the same as when I would connect it normally, but now there don’t have to be ‘visual’ connection between the two, and I can divide my material into subgraphs. I think that could really improve how ‘readable’ complex materials are.
I looked for this feature but couldn’t find a node (or something else) that would do this. Is this possible? and if not, can I make a feature request for it?