Hi,
I understand that the Python Node cannot access the objects in the document. So the doc.SearchObject
in the Python node has no effect. Correct me if I'm wrong.
But is it possible, to have a print function that prints to console for the Python Node?
Currently, I have to use several output ports and several result nodes to debug the program instead of just a handful of print lines.
Is there a way around this?
Thank you for looking at my problem.