Submitting a job to Deadline Cloud from Houdini
To use the Deadline Cloud for Houdini submitter, you will need:
- A profile to submit to Deadline Cloud with
- A Deadline Cloud farm and queue to submit to
Submit a job
To submit a job from Houdini to Deadline Cloud
- In the Network Editor, select the /out network.
- Open the context menu (right-click or press Tab) and search for
deadlineto create a Deadline Cloud node. - Connect the output of a ROP to the input of the Deadline Cloud node.
- When you connect a node to the Deadline Cloud node, the submitted job will render the input ROP and all ROPs in its graph.
- Select the Deadline Cloud node.
- Use the options in the node editor to configure your job. See Houdini-specific Settings for information about what each option does.
- (Optional) To export a job's associated files to your job history directory without submitting it, choose Export Bundle.
- A job bundle is a group of files that defines a job. For more information, see Open Job Description templates for Deadline Cloud.
- Choose Submit to send your job to Deadline Cloud.
Houdini-specific Settings
The Job-specific settings tab of the Deadline Cloud node provides options specific to Houdini jobs.
- Submit Dependencies as Separate Steps - Split the ROP graph into separate rendering steps for easier monitoring and debugging. When enabled, each connected render node becomes its own step in the job.
- Include Adaptor Wheels - Enable custom builds of the adaptor (called wheels) that change rendering behavior. When enabled, you can specify a directory containing adaptor wheels. You can build adaptor wheels by running the
build_wheel.shscript. - Adaptor Wheels - The directory path containing custom adaptor wheels (only available when Include Adaptor Wheels is enabled).
- Automatically unlock ROPs - Automatically unlock dependency ROPs during submission. Locked ROPs use existing outputs and won't re-render, which can block dependencies from re-rendering.
- Automatically parse scene (.hip) references - Automatically discover and attach the job's input and output file names and directories based on the ROP graph during job submission.
- Automatically save scene (.hip) file - Automatically save the scene (
.hip) file to$HIPwhen submitting a job.
For information about the other submitter options, see the AWS Deadline Cloud guide for using a submitter.
Monitoring Your Jobs
You can monitor job progress using the Deadline Cloud monitor. For more information, see the AWS Deadline Cloud guide for using the monitor.
Getting Help
- Contact AWS Support
- (Requires a GitHub account) Open an issue in
deadline-cloud-for-houdinion GitHub