Scripts are commandlines or python scripts that are executed before/after an event.

Event

Description

Format

Location

On Submission

The python scripts are called right before the jobs are send to the rrServer

Python

Access/Edit/Create via rrSubmitter menu Scripts

[RR]\plugins\submitter_onsubmission

Pre Render

These commandlines are executed on one client before any frame is rendered.

Commandline

[RR]\render_apps\_prepost_scripts

After Preview

Executed after the job has rendered the Preview Frames.

Commandline

[RR]\render_apps\_prepost_scripts

Post Render

Executed after all frames are rendered.

Commandline

[RR]\render_apps\_prepost_scripts

Finished

This is almost the same as "Post". The only difference is that the "Wait for Job Approval" is between these two script. The approval has to be enabled in rrConfig for all jobs.

Then a job waits after the Post-script for an approval by an user. After the job was approved, the Finished-Script is executed.

If you have not enabled approval, then Finished-Scripts are the same as Post-Scripts.

Commandline

[RR]\render_apps\_prepost_scripts





Note that many of the available Scripts are examples.
Like "Hello_Job", "calcSeqShotVersion" or AddEnvVars.



These scripts are no examples:

Sequence Check

Executes rrSequenceCheck. rrSequencecheck checks for broken images, crops exr files and creates cache files for the rrViewer. If this was not already done at render time by the rrClient.

Create Full Video

Creates a Quicktime of the rendered image sequence in full resolution.

See rrCreateVideo for options you can change.

Create Small Video

Creates a Quicktime of the rendered image sequence in a smaller resolution.

See rrCreateVideo for options you can change.

Delete broken

If the Client or rrSequenceCheck finds broken images, then these images are renamed "broken_..". Just in case you are using a special image format that is not known to RR. This script deletes these "broken_" images.

Delete Job

The commandline calls a Python script that sends the rrServer a command to delete this job.