Explicit Inputs for NodeGraph instances #849
Labels
Core
Core change required
Enhancement
New feature or request
ShaderGen
Shader Generation change required
Milestone
Proposal
Allow for inputs to be explicitly listed "published" for nodegraphs.
Most notably, this allows for connections from nodes which are not within the NodeGraph to inputs in the NodeGraph. Currently only outputs within a NodeGraph can be connected to non-NodeGraph inputs.
Upgrade Path:
interfacename
attribute for now to maintain syntax compatibility.Examples
Here 2 inputs are defined
input1
andinput2
which route data to theadd
node.Example 2:
Here is the same example but connected to a non-nodegrah node
foo1
via input `input1.The text was updated successfully, but these errors were encountered: