Integrations
Houdini
Install the Houdini integration and submit with the Eclipse Submitter HDAs (Local and Distributed).
Houdini uses Eclipse Submitter HDAs. You connect ROP nodes, choose a submission mode, and submit. Frame ranges come from the connected ROPs. Supported engines: Redshift, Octane, and Arnold.
Install
- Open Manage integrations → Houdini.
- Select Houdini versions and click Install / Reinstall Houdini integration.
- Close Houdini if it is open, then relaunch so packages and OTLs load.
- Confirm you can place Eclipse Submitter nodes from the Tab menu.
HDAs
| HDA | Node type | Context | Use |
|---|---|---|---|
| Eclipse Submitter (Local) | Eclipse.Submitter.Local | /out | Local Queue: Standard or Standalone Renderer |
| Eclipse Submitter (Distributed) | Eclipse.Submitter.Distributed | /out (and /stage for some workflows) | Farm: Collect & Package, Shared Path, or Standalone Renderer |
For Solaris /stage workflows use the dedicated Solaris HDAs (see Solaris).
Local Queue submit
- Save the .hip scene.
- In /out, create Eclipse Submitter (Local).
- Connect one or more supported ROPs (Redshift, Octane, Arnold).
- Choose Submission Mode: Standard or Standalone Renderer.
- Fill Project name, Artist, Label, Priority, and Houdini version if prompted.
- Click Submit. The job appears in the Eclipse Local queue.
Local modes
- Standard: Eclipse runs hbatch against the HIP/ROP on this machine.
- Standalone Renderer: Eclipse exports Redshift .rs, Arnold .ass, or Octane intermediates, then renders with the engine command line. Exports typically land under $JOB/exports/<ROP>/ or a local eclipse_standalone folder.
Distributed Queue submit
- Confirm ECLIPSE_SHARED_ROOT (or the farm shared folder) is set and reachable from Houdini.
- Create Eclipse Submitter (Distributed) and connect ROPs.
- Choose Submission Mode: Collect & Package, Shared Path, or Standalone Renderer.
- Pick or create a Project name on the share. Refresh the project list after creating folders.
- Optionally choose render nodes or leave the farm open to all capable workers.
- Run Shared Path preflight when offered (flags local-only texture risks).
- Submit. Watch the job under Distributed → Jobs in Eclipse.
Farm modes
- Collect & Package: packages the scene and dependencies under projects/houdini/collect_package/<Project>/, then spools to the coordinator.
- Shared Path: copies the HIP under projects/houdini/shared_path/<Project>/… and expects every dependency path to resolve identically on every node. Optional Set $JOB / $HIP and per-OS path pairs for mixed Windows/macOS farms.
- Standalone Renderer: collect/export Redshift, Arnold, or Octane intermediates onto the share; farm nodes render with engine CLIs (engineRef *_standalone).
ROP-driven frames
Frame Start / End / Increment are read from the connected ROP. Adjust the ROP, not a separate export step. Drag additional ROPs into the Submitter when you need multiple outputs from one submit.