Header
Header
First of all, RRender requires to know for which render application it should use this config.
Identify Parameters are:
Name |
Name of the render application that loads the scene file. (E.g. Houdini, Nuke, Maya) |
||||||||||||
RendererName (optional) |
Name of the plugin renderer used |
||||||||||||
RendererVersion (optional) |
Version of the plugin renderer used |
||||||||||||
Version |
Mimimum major version of the render application (number). |
||||||||||||
Version_Minor (optional) |
Minor version of the render application (number only). |
||||||||||||
Typev9 |
Type of the render application. They are used for example in the configuration of the client to set which application should render in a job thread.
Important: |
||||||||||||
RendererLicense (optional) |
You can tell RR which render license is required to execute this application in addition to the license of the application itself, set by "Name". The license table in RR is a hierarchical tree. This means if your app name is "Maya" and your RendererLicense is "MyRenderer", then RR counts the licenses for /Maya/MyRenderer. In some cases (Like Arnold), there is no difference between the license types for /Maya/Arnold or /Softimage/Arnold. In such cases you need to add a slash in front of your renderer license name. Example: RendererLicense= /Arnold |
||||||||||||
ExecuteJobType (required for some jobs) |
Some jobs just need to be executed.
|
||||||||||||
OverrideClientInstallName |
Instead of adding this render application as stated by "Name" (Houdini, Nuke, Maya) to the render executable path list of the rrClient, use the executable of an other render application. |
||||||||||||
OverridePluginDir |
By default, the rrClient sets some default paths for plugins for your render app. |
Local copy of Shared Executables:
If you want to use this features, you have to define additional parameters:
ExeCopyFromDir |
The folder that contains the application folders of your render application. Each application folder has to contain a version number.By derfault, this is , which is resolved to [RR]\render_apps\renderer_exe\\win_x64 (or win_x32, lx_64,...) |
ExeCopyToDirAll |
Contents of the ExeCopyFromDir folder are copied into this folder.By default, this is , which is resolved to [RR_LocalData]\renderer_exe\\win_x64 (or win_x32, lx_64,...) |
ExeCopiedWin, ExeCopiedLx |
The executable "" that should be started for rendering. The path to the executable can contain * to be replaced by the version number. |