
This is a extension to execute PiXYZ Batch via Royal Render.

It is part of a custom inhouse pipeline that creates .json files with all required settings and used a .py script to run with PiXYZ Batch.


-----------
Installation
-----------
Copy the contents of the folders into the corresponding folder in RR/render_apps/


-----------
PiXYZ render executable path
-----------
It contains a _install_paths config that the rrClient can automatically find PiXYZ.
The advantage is that the rrSubmitter automatically assigns these jobs to rrClients that have PiXYZ installed.
There are  two ways to add PiXYZ to the config of the client:
EITHER 
  1) Open rrControl, select the rrClient(s), right click and execute Config/Rescan for installed render applications.
OR 
  2) Open rrConfig on the client with PiXYZ installed.
  Open tab Per Client Config, select the client(s), open sub-tab Render Apps.
  Click on the button "Auto find all render applications".

 
-----------
Submisssion
-----------
It does not include a scene parser plugin for the rrSubmitter.
Which means the rrSubmitter cannot detect that these .json files are for the render app "PiXYZ".
Therefore is requires the commandline flags -Software PiXYZ.

Submisssion commandlines:

rrSubmitter        mySettingsFile.json -Software PiXYZ
rrSubmitterconsole mySettingsFile.json -Software PiXYZ

