HDA processor stdout

   2264   1   0
User Avatar
Member
31 posts
Joined: Aug. 2015
Offline
Exist way to send stdout from HDA processor process through main process for see output in console?
User Avatar
Staff
391 posts
Joined: Aug. 2017
Offline
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.
Edited by BrookeA - Aug. 22, 2019 16:54:00
  • Quick Links