X_H_N
2019年8月21日 10:23:37
Exist way to send stdout from HDA processor process through main process for see output in console?
BrookeA
2019年8月22日 16:50:42
The stdout from the HDA Processor gets written to the job's log file which will be located in $PDG_TEMP. Since the HDA Processor job is running in a different process, there's no direct way of printing the stdout to your terminal/Houdini console. You could, in a downstream node, retrieve the log (using @pdg_log), read in the file, and print it to the console.