Output files not being written to PDG_DIR or __PDG_DIR__
4234 4 1- smbell
- Member
- 75 posts
- Joined: 2月 2017
- Offline
My rop geometry nodes have been set to a $VARIABLE pointing to a folder on my local hard drive. This works fine, but when I set the file path to PDG_DIR or __PDG_DIR__ which is pointing to our file server the files don't actually get written. There is no error and the log output lists the correct file path and location, but it just never shows up. My scheduler is set to $JOB/pdg as the working directory. Every other aspect of is working fine including the $JOB variable elsewhere in the scene as well as my hda processor output paths. Using $JOB as a test in the rop geometry node file path results in NONE/filepath.. as well.
Edited by smbell - 2020年2月21日 16:23:58
- chrisgreb
- Member
- 603 posts
- Joined: 9月 2016
- Offline
- alexwheezy
- Member
- 297 posts
- Joined: 1月 2013
- Offline
I have the same question, if you specify __PDG_DIR__ or __PDG_TEMP__ in the ROP Geometry node as the output path for the geometry, then the result is not saved to disk, but the node shows that everything is correct and the Output attribute shows the correct code.
In the help I found the wording
Put intermediate files under __PDG_TEMP__ and “final output” files under __PDG_DIR__.
Categorize output files using subdirectories. For example, __PDG_TEMP__/geo for intermediate geometry files and __PDG_DIR__/geo for final geometry output.
How then to use it?
Thanks in advance.
In the help I found the wording
Put intermediate files under __PDG_TEMP__ and “final output” files under __PDG_DIR__.
Categorize output files using subdirectories. For example, __PDG_TEMP__/geo for intermediate geometry files and __PDG_DIR__/geo for final geometry output.
How then to use it?
Thanks in advance.
- chrisgreb
- Member
- 603 posts
- Joined: 9月 2016
- Offline
You are right the docs are misleading there - the __PDG_DIR__ syntax can only be used for TOP node parms that are not used internally by Houdini. For example ffmpeg or filepattern node. For Houdini-ROP nodes you should use $HIP. When __PDG_DIR__ is used for the ROP Geometry output parm it will be unfortunately treated as a path relative to wherever you started Houdini from.
- Stalkerx777
- Member
- 183 posts
- Joined: 11月 2008
- Offline
-
- Quick Links