Weird issue. The images are saved, but the Octane API save function returns an unsuccessfully saving flag. I'll investigate it.
Thanks for reporting this problem.
-Juanjo
OctaneRender™ 3.0 for Houdini™ - production build 3.03.4.0
Moderator: juanjgon
This is a custom build for H15.5.565 Win64 with this problem fixed. If you need it for other version/platform, please let me know.gui2one wrote:Hi Juanjo,
can you send me that build ?
https://render.otoy.com/customerdownloa ... _Win64.zip
Thanks,
-Juanjo
Hi,
Hmm, I am not sure if could be a problem in the output file format with this colon character, but anyway the question is if Deadline has a custom script to support the Octane ROP node. Do you know if it has a special script for it, like it should have for example for Arnold or other renderers?
The parameters in the Octane ROP are no same than Mantra, so perhaps some minor modifications should be done in the Deadline render script. I think that you should ask to the Deadline team about this issue, to see what they think about it.
Anyway if any other user has experience with Deadline, any help could be useful
Thanks,
-Juanjo
Hmm, I am not sure if could be a problem in the output file format with this colon character, but anyway the question is if Deadline has a custom script to support the Octane ROP node. Do you know if it has a special script for it, like it should have for example for Arnold or other renderers?
The parameters in the Octane ROP are no same than Mantra, so perhaps some minor modifications should be done in the Deadline render script. I think that you should ask to the Deadline team about this issue, to see what they think about it.
Anyway if any other user has experience with Deadline, any help could be useful

Thanks,
-Juanjo
Thanks for your reply
Here's the submission script:
https://dl.dropboxusercontent.com/u/100 ... eadline.py
Actually in v2 it was sent properly after I added this
but it render only one frame instead of sequence
Here's the submission script:
https://dl.dropboxusercontent.com/u/100 ... eadline.py
Actually in v2 it was sent properly after I added this
Code: Select all
elif type == "Octane":
outputFile = node.parm("HO_img_fileName")
We discussed it in this thread:
viewtopic.php?f=102&t=49804
But in v3 if it added it shows this errors:
Sorry forgot to say that Houdini version is 15.5.607
viewtopic.php?f=102&t=49804
But in v3 if it added it shows this errors:
Code: Select all
File "//SPBVIS1/DeadlineRepository7/submission/Houdini/Main\SubmitHoudiniToDeadline.py", line 1233
elif type == "Octane":
^
SyntaxError: invalid syntax
The SubmitHoudiniToDeadline.py script could not be found in the Deadline Repository. Please make sure that the Deadline Client has been installed on this machine, that the Deadline Client bin folder is set in the DEADLINE_PATH environment variable, and that the Deadline Client has been configured to point to a valid Repository.
Sorry forgot to say that Houdini version is 15.5.607