1 Rendering Topics¶
1.1 Frame List¶
The frame list option allows for inclusion of specific frames within a render job. This feature available for all jobs that are submitted from the CUI, Streamer and any of the command line tools.
The frame list field contains individual animation frame numbers, range of frame numbers and special characters to determine how to segment the frames within slices.
Example: 2:5,7:10,11,14-17,20-40,56:60
In the example above, frames 2 thru 5, 7 thru 10, 11, 14 thru 17, 20 thru 40 and 56 thru 60 are submitted with the job.
Note how the “:” character and individual frame numbers specify that those frames should be applied to a single slice (ie: one frame per slice) while the “-” character signifies that “all” frames should be within a single slice (multiple frames per slice).
Here’s an example the shows how to set the frameList parameter for a command line job:
> sqn --netVerTest --frameList 2:5,7:10,11,14-17,20-40,56:60
sqn --jobId #55685 --jobSliceShow
Index Frames State RenderNode Time GHZ-hrs Priority Memory Used
--------------------------------------------------------------------------------------
1 2 Completed THOR 17s 0.033056 12 149904 KB
2 3 Completed THOR 21s 0.040833 12 137340 KB
3 4 Completed THOR 16s 0.031111 12 137340 KB
4 5 Completed THOR 19s 0.036944 12 47076 KB
5 7 Completed THOR 20s 0.038889 12 50756 KB
6 8 Completed THOR 23s 0.044722 12 34436 KB
7 9 Completed THOR 18s 0.035000 12 34436 KB
8 10 Completed THOR 21s 0.040833 12 34436 KB
9 11 Completed THOR 18s 0.035000 12 39492 KB
10 14-17 Completed THOR 18s 0.035000 12 39492 KB
11 20-40 Completed THOR 17s 0.026444 12 66076 KB
12 56 Queued - - - 12 0 KB
13 57 Queued - - - 12 0 KB
14 58 Queued - - - 12 0 KB
15 59 Queued - - - 12 0 KB
16 60 Queued - - - 12 0 KB
Last Updated on 2021-12-15