aws-deadline / deadline-cloud-for-houdini

AWS Deadline Cloud for Houdini
Apache License 2.0
12 stars 10 forks source link

Bug: Clicking the render button on the Deadline Cloud node results in an error for no soho script found #168

Open lucaseck opened 2 months ago

lucaseck commented 2 months ago

Expected Behaviour

The Deadline Cloud node is expected to be used by clicking the submit button from within the node itself. If someone were to assume that they could click the render button on the node then it should:

  1. Not throw any sort of error
  2. If possible redirect the user that they need to use the submit button from within the node

Current Behaviour

When the render button is clicked on the Deadline Cloud node an error will occur and clicking on the node info button will show the following error:

Error 
No soho script program specified for output driver: /out/deadline_cloud1. 

More info on SOHO from the SideFX docs: https://www.sidefx.com/docs/houdini/render/soho.html

Reproduction Steps

  1. Open Houdini
  2. Load a scene with a Deadline Cloud node in one of the networks
  3. Click the purple camera "Render" button when you hover over the Deadline Cloud node
  4. A popup will open and there should be a render button in the bottom left corner, press it
  5. The render should error and there should now be a red exclamation mark beside the Deadline Cloud node that can be clicked to view the error message posted above

Code Snippet

N/A