Input nodes not showing in dynamo player

Hi
I have a query…i have setup some nodes as input in my dynamo script. But while running the script it shows that there are no input nodes. (Please see below picture for reference)
image

What could be the possible reasons for this? Please suggest some solution

Place a watch node at the end of your graph and mark it as an output. Then save and try again in Dynamo player.

if there are multiple output nodes in the graph, do i need to add watch node for each one of them?

Just adding one new output should do the trick. I think…

added…but it still shows the same thing that “This Graph doesn’t have any nodes to show (Inputs and Outputs)”

Solution @mzjensen provided, that worked for me, just like Jacob wrote:
“The temporary fix is to add a Watch Node to the graph and set it to “Is Output”. It doesn’t need to be hooked up to anything, just placed in the graph somewhere.”

Can you post you .dyn please?

It works now…i think i forgot to set it to “Is Output”.
Thank you @jacob.small and @kovacsv for the help.

1 Like

Hi @ritesh.trivedi885J6 ,

Make sure to (1) mark your nodes as ‘is input’ or ‘is output’ and to (2) rename them.

1 Like