You can add custom job variables to your job that can be used  in rrEnv files or render config files.



Custom job variables options can be set

  • Either set with the button "edit custom variables" in the rrSubmitter, group "Scene Settings", right side.
  • or in your submission xml file <CustomMyVariable> MyValue </CustomMyVariable>
  • or via the commandline rrSubmitter(console)  -CustomMyVariable "MyValue"
  • or with an On-Submission Script that runs in the rrSubmitter at submission. (See SDK section)




To use your custom option in an .rrEnv file or render config, simply use <CustomMyVariable> in the commandline



Variable names


Important note: 
Inside RR applications like rrSubmitter or rrControl, the variables are shown with their name like "myVariable".

Outside the RR application itself, like in any render config file, any submission .xml file or any commandline flag 

you have to prepend "Custom" to the variable name: "CustomMyVariable"