PDA

View Full Version : How to see output of nodes?


Navstar
10-03-2010, 10:39 PM
Is there anyway to see what each Xpresso node port is outputting? It would really help me debug.

Little_Devil
10-03-2010, 11:15 PM
there is a spy and a result node. result is result , spy hands the value *throught*.
see my example pic in your other post.

Srek
10-04-2010, 06:10 AM
Also there is a print to console preset node in the X-pool
Cheers
Björn

Navstar
10-04-2010, 09:17 AM
Spy and Print! Great tips!

Frankly, I think this is a feature that all nodes should have an option for: Display output value. Or have it appear in the status bar when you hover your mouse over a node.

mayajunky
10-04-2010, 10:01 PM
Spy and Print! Great tips!

Frankly, I think this is a feature that all nodes should have an option for: Display output value. Or have it appear in the status bar when you hover your mouse over a node.

Yea while printing out your results is nice during setup, you wouldn't want all that overhead during render. If you had a couple hundred nodes in your setup and they all had to print their results per frame it's gonna bog your file down in a hurry. Personally I'd rather just plug a result node in at the end of an operation chain. I usually don't need to verify that my "times 2" node is calculating properly, etc... And each node does have that option, you just have to link a result/spy/print connection up to it. :P Which is the power of node-based expressions.

tcastudios
10-04-2010, 10:25 PM
That's a good tip, as soon as you're "done" with a check,
disable any print and/or result nodes.

Cheers
Lennart

Navstar
10-05-2010, 02:59 PM
How about a COFFEE script to auto-attach a spy to each node? And a master switch to turn them on and off ? ;)

CGTalk Moderation
10-05-2010, 02:59 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.