Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs for Nuke render workfile attributes #126

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions website/docs/addon_nuke_artist.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,11 @@ If you want to render and publish on the farm in one go, run publish with On far

![Versionless](assets/nuke_tut/nuke_RenderLocalFarm.png)

#### Render Attributes

- `Workfile Dependency` - when submitting the render to Deadline, the workfile is will added as an asset dependency putting the job in pending state initially. Once the workfile path is available to Deadline, the job will be released.
- `Use Published Workfile` - when submitting the render to Deadline, the workfile used for rendering will be the published workfile. If false, the workfile from the work area will be used.

### Version-less Render

![Versionless](assets/nuke_tut/nuke_versionless.png)
Expand Down