> For the complete documentation index, see [llms.txt](https://mikeudintools.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mikeudintools.gitbook.io/help/file-sequence-exporter/overview.md).

# Overview

![](/files/-Lr9tZOLhuUYed1XDETD)

1. Specify the path to save the file sequence.
2. Select a file saving format: Cinema 4D (**.c4d**) or Wavefront (**.obj**) sequence.
3. Adjusting **Polygon Reduction** option you can set the percentage of geometry optimization. Keep in mind that using this feature increases the total processing time.
4. Using primitives and nurbs-objects in the scene, you can adjust the \*\*Level Of Detail \*\**\*\*\*\** of the resulting geometry.
5. Options: **Active Objects Only** - export only selected objects; **Skip Hidden** - objects hidden from the rendering will be skipped. **Shared .mtl file** - If the materials are not changing between animation frames, then there's no need to write out a .mtl file for each frame. If you enable this option, a common .mtl file is written. **Connect Objects** - all meshes will be connected into a single object. **Show in Explorer/Finder** - show results in Windows Explorer or Finder MacOs.
6. Specify the frame range to save.


---

# 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, and the optional `goal` query parameter:

```
GET https://mikeudintools.gitbook.io/help/file-sequence-exporter/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
