You can change the settings for any render application with __inhouse.inc files.

For example to change default job settings for a render application.

As with all settings in a render config file, the rule for having the same the same setting two times is:   
What comes at last, takes the place.



For more information, please see rrSubmitter Defaults.


Example


You want to change 

  • The default Sequence Divide for Maya to 1-2.
  • The default Sequence Divide for Maya-Redshift to 10-15.



Please create the file [RR_ROOT]\render_apps\_config\3D02__Maya____global_kso__inhouse.inc

Add these lines to the file:

SeqDivMIN=1~1

SeqDivMAX=1~2



Please create the file [RR_ROOT]\render_apps\_config\3D02__Maya2012__redshift__inhouse.inc
Add these lines to the file:

SeqDivMIN=1~10

SeqDivMAX=1~15





How .inc files work

An include file is inserted into a render config at the exact location of the include command. (You can even include in the middle of a line)

Comment lines starting with # are deleted before inserting.  (Exception: They have a [ in the line. Like [KSO] or [Windows] ).



Note that you can create the file in the folder [RR]/render_apps/_config_inhouse instead.