Skip to content

feat: Add frame support to Arnold standalone render and add new 2-step bundle that exports Maya scene files for standalone rendering with Arnold.#188

Open
rickrams wants to merge 3 commits intoaws-deadline:mainlinefrom
rickrams:arnold-samples-v2
Open

feat: Add frame support to Arnold standalone render and add new 2-step bundle that exports Maya scene files for standalone rendering with Arnold.#188
rickrams wants to merge 3 commits intoaws-deadline:mainlinefrom
rickrams:arnold-samples-v2

Conversation

@rickrams
Copy link
Contributor

Update arnold_standalone_render:

  • Add Frames parameter with per-frame task distribution
  • Add #### frame number substitution in input paths
  • Replace OutputFileName with OutputFilePrefix for frame-numbered output
  • Remove extraneous Message parameter
  • Remove test artifacts

Add maya_arnold_ass_export_render:

  • Two-step pipeline: export .ass from Maya, then render with kick
  • Export step runs arnoldExportAss once for all frames (efficient)
  • Render step fans out per-frame kick tasks across workers
  • Job attachments syncs exported .ass files between steps
  • Camera parameter for selecting the render camera
  • Frame step support (e.g. 1-100:2)

How was this change tested?

Tested with multiple Maya scene files

Was this change documented?

Yes


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…rt+render bundle

Update arnold_standalone_render:
- Add Frames parameter with per-frame task distribution
- Add #### frame number substitution in input paths
- Replace OutputFileName with OutputFilePrefix for frame-numbered output
- Remove extraneous Message parameter
- Remove test artifacts

Add maya_arnold_ass_export_render:
- Two-step pipeline: export .ass from Maya, then render with kick
- Export step runs arnoldExportAss once for all frames (efficient)
- Render step fans out per-frame kick tasks across workers
- Job attachments syncs exported .ass files between steps
- Camera parameter for selecting the render camera
- Frame step support (e.g. 1-100:2)

Update job_bundles/README.md with new bundle in index

Signed-off-by: Rick Ramsay <49293857+rickrams@users.noreply.github.com>
@rickrams rickrams requested a review from a team as a code owner March 13, 2026 22:26
@github-actions github-actions bot added the waiting-on-maintainers Waiting on the maintainers to review. label Mar 13, 2026
…alone render

Replace the #### pattern in ArnoldFile with separate SceneDirectory and
FilePattern parameters. This allows job attachments to properly track the
input directory containing per-frame .ass files, instead of requiring a
manual asset_references.yaml.

Signed-off-by: Rick Ramsay <49293857+rickrams@users.noreply.github.com>
…ss files

Replace ArnoldFile/SceneDirectory/FilePattern with just SceneDirectory
and FilePattern. A single .ass file is just a directory with one file.
Move sample cornell.ass into scene/cornell.0001.ass to match.

Signed-off-by: Rick Ramsay <49293857+rickrams@users.noreply.github.com>
type: TEXT
filename: export_ass.py
data: |
import sys, re
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit, would be nice if larger scripts become standalone files and not embedded scripts

- name: Run
type: TEXT
data: |
set -xeuo pipefail
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting-on-maintainers Waiting on the maintainers to review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants