> For the complete documentation index, see [llms.txt](https://edwardswhite.gitbook.io/storyboard-animatic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edwardswhite.gitbook.io/storyboard-animatic/panels/output.md).

# Output

## Export Marker List

The markers on the timeline can be exported to a text file. There are options to include frame numbers and which types of markers to export. The marker types that can be exported are all or only the ones bound to cameras. The markers bound to cameras are the ones that change the cameras in the scene.

A sample marker list export looks like the following:

```
SCENE NAME: Scene
FPS: 24
RES_X: 1920
RES_Y: 1080

FRAME	MARKER 	CAMERA
1	 M_1	Shot 1
21	 M_2	Shot 2
41	 M_3	Shot 3
61	 M_4	Shot 4
81	 M_5	Shot 5
101	 M_6	Shot 6

```

## Viewport Render Markers

Viewport Render Makers is also available as a separate Blender add-on at [Gumroad](https://esw3d.gumroad.com). The Viewport Render Makers add-on appears in the View menu of the 3D Viewport.  The Viewport Render Makers button in the Storyboard & Animatic add-on appears in the Output section. They both do the same functions.

Instructions are available on [Github](https://github.com/edwardswhite/ViewportRenderMarkers).

## Render Marker Images

Render Marker Images is also available as a separate Blender add-on called Render Markers at [Gumroad](https://esw3d.gumroad.com).

Instructions are available on [Github](https://github.com/edwardswhite/RenderMarkers).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://edwardswhite.gitbook.io/storyboard-animatic/panels/output.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
