You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we can automatically generate a tree_nodes_model.xml manifest from our registered nodes, which includes default values and descriptions for ports.
However, one thing that is missing is a node-level description that can be added to the manifest like so:
<ActionID="SomeActionNode">
<description>This is the node description we want to add.</description>
<input_portname="input_val"default="123">Input port description.</input_port>
<output_portname="output_val"default="45">Output port description.</output_port>
</Action>
Is there some way that we can add description metadata to a node so that we can generate such a node description? If so, how should we do it?
The text was updated successfully, but these errors were encountered:
Right now, we can automatically generate a
tree_nodes_model.xml
manifest from our registered nodes, which includes default values and descriptions for ports.However, one thing that is missing is a node-level description that can be added to the manifest like so:
Is there some way that we can add description metadata to a node so that we can generate such a node description? If so, how should we do it?
The text was updated successfully, but these errors were encountered: