Skip to content

Commit

Permalink
doc!: add a cuesubmit isolated example config file
Browse files Browse the repository at this point in the history
  • Loading branch information
KernAttila committed Mar 28, 2023
1 parent 1b2b43d commit d0dc2a1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions cuesubmit/cuesubmit_isolated_job_config.example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#Isolated Maya command example:
command: "Render"
options:
"-cam {!camera}": "persp"
"-s {startFrame}": "#FRAME_START#"
"-e {endFrame}": "#FRAME_END#"
"-log {logLevel}": [0, 5, 3]
"-renderer {engine}":
- arnold
- default
- hw2
- sw
"{!mayaFile*}":
- Maya Ascii file (*.ma)
- Maya Binary file (*.mb)
- Maya file (*.ma *.mb)

0 comments on commit d0dc2a1

Please sign in to comment.