Hello blented and sorry for the late reply , but this seems to work on mi side, what is your VFH and Houdini versions.
Announcement
Collapse
No announcement yet.
[HOU-1458] Writing Deepdata on the farm
Collapse
X
-
-
Hey, GoodbyeKansas , blented ,
we've both been trying to reproduce the issue here to no avail. I spent a couple of hours exporting manually from the UI, with Hython and with Deadline, removing and adding $AOV and $F tags hoping one of those causes the issue. Sadly, no luck.
Would either one of you be willing to give us a scene file that reproduces this (you can delete literally everything else but the Renderer node(s) and the Deadline node(s) if any).
As to the logged issue ( HOU-1458 ) - this is related to the imgFile command line parameter problem - this one is not yet resolved.
Cheers!
Comment
-
We've tried both the latest nightly and an older build that we'd prefer to use as the latest nightly breaks time offsetting on packed alembics (I'll bug it later).
When we render on the farm with $F4 it doesn't have deep data, when we render with # it has deep but it doesn't substitute the frame number in and exports to some/path.#.exr, w/ each frame overwriting that path instead of some/path.1001.exr, some/path.1002.exr, etc.
Comment
-
We've also tried diff-ing the resulting .vrscene w/ one from Maya to see if it was something we could just inject post-export but couldn't find anything that looked amiss.
We tried rendering the Maya .vrscene w/ VRay for Houdini's vray.exe and that rendered deep correctly.
Comment
-
when we render with # it has deep but it doesn't substitute the frame number in and exports to some/path.#.exr, w/ each frame overwriting that path instead of some/path.1001.exr, some/path.1002.exr, etc
Just FYI in case I'm understanding this correctly, so at least you are not completely blocked:
1. You've set the Renderer -> File Path parameter to Whaterver/Path/filename.#.exr and the export is working correctly ?
2. If that is the case, you can substitute the '#' in the VRScene with "<frame04>" (this is the same as $F4 in the UI). The parameter is called img_file, in the SettingsOutput.
-----------
We've also tried diff-ing the resulting .vrscene w/ one from Maya to see if it was something we could just inject post-export but couldn't find anything that looked amiss.
vray.exe -sceneFile=whatever.vrscene -parameterOverride="SettingsOutput::img_deepFile=1" -parameterOverride="SettingsOutput::img_rawFile=1"
Hope that helps!
Comment
-
I must have misunderstood some stuff earlier
First our command to render was
Code:$VRAY_BIN -display=0 -noFrameNumbers=0 -frames=1001 -sceneFile=${NS_TMP}/fssFiles/20200108/wargarbl/1001.vrscene -imgFile=/path/foobar_v001_deeptest.#.exr
Code:$VRAY_BIN -display=0 -noFrameNumbers=0 -frames=1001 -sceneFile=${NS_TMP}/fssFiles/20200108/wargarbl/1001.vrscene
-- Erik
Comment
Comment