Are you guys able to use the Farm for rendering tasks on the Local machine?
I assume you can.
That'd be step one in the process of moving toward full farm rendering on external systems.
Also:
@Gary
Insight into command line usage can be gained by observing the instructions the Farm Render panel presents.
For example, in a quick test of rendering on my local machine I see the commands as follows:
tcomposer.exe "C:\OpenToonz 1.1 stuff\sandbox\scenes\building000.tnz" -tmsg 192.168.1.139 -o "Z:\Farm\a imageout 0000.png" -range 1 31 -step 1 -shrink 4 -multimedia 0 -nthreads single -maxtilesize none
We can therefore assume that tcomposer.exe is the batch executable.
If we run that same set of commands from a coomand line (making sure Windows knows where the executable is located we get the same rendered results:
C:\Program Files\OpenToonz 1.1\tcomposer.exe "C:\OpenToonz 1.1 stuff\sandbox\scenes\building000.tnz" -tmsg 192.168.1.139 -o "Z:\Farm\a imageout 0000.png" -range 1 31 -step 1 -shrink 4 -multimedia 0 -nthreads single -maxtilesize none
Bam. Done.
In this way... noting the we can even set up a batch file (text file) that will launch a set of renders for us.
Although, it'd probably be better to save those as Render Tasks because of the additional information saved in those files (in XML format).
Those are saved with a .tnzbat extension.
Added: Actually using the Render Tasks... saving and loading them... has a definite advantage because of the information stored in the document; Who submitted the task, when it was started, when completed, how long it took, etc. It even makes note of failures and successes.
@Jeff/@Dave,
Now obviously that is on the local machine so we need to look deeper at the actual Render Farm executables.
I haven't delved into that because I don't have external machines for that purpose.
Most users likely don't require large renderfarms but for those that do it'll be good to publish/share that information.
@All
It's a little hard to know how far you've delved into use of the OpenToonz Farm so the more information you can provide the better.