Skip to content

Commit

Permalink
Document render queuue AEP data
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasaglia committed Jun 28, 2023
1 parent 6e510a0 commit 3c1d6a8
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/aep.md
Original file line number Diff line number Diff line change
Expand Up @@ -1586,6 +1586,20 @@ Footage / asset data.

JSON string containing external asset info.


|Field Name | Type | Description |
|-----------------------|-----------|-------------------------------|
| `ascendcount_base` | `number` | |
| `ascendcount_target` | `number` | |
| `fullpath` | `string` | The absolute path to the file |
| `platform` | `number` | Operating system (see below) |
| `server_name` | `string` | Hostname (?) |
| `server_volume_name` | `string` | |
| `target_is_folder` | `boolean` | Whether the file is a folder |

`platform` values: `1` is Windows, other values are for Unix and MacOS,
but the values are to be discovered

### `head`


Expand Down Expand Up @@ -2193,6 +2207,25 @@ Essential graphics override property identifiers

Essential graphics override property identifier

### `LIST` `LRdr`

Render queue data. this is a top-level chunk. Items are stored in {sl:`LIST` `LItm`}.

### `LIST` `LItm`

Render Queue items, contains a sequence of {sl:`LIST` `list`} and
{sl:`LIST` `LOm `}, the latter having information on the render item (one per job).

### `LIST` `LOm`

Render list item, contains the following chunks:

* `Roou` Output options?
* `Ropt` Render options?
* {sl:`LIST` `Als2`} Selected output file
* {sl:`Utf8`} Name of the template applied to the item
* {sl:`Utf8`} File name template


## Gradient XML

Expand Down

0 comments on commit 3c1d6a8

Please sign in to comment.