> For the complete documentation index, see [llms.txt](https://www.blenderguppy.com/add-ons/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.blenderguppy.com/add-ons/sort-asset/functions/save-thumbnails.md).

# Save Thumbnails

This operator will save render thumbnails of each selected object and save it to your hard drive. The file location will be the same used by the **Batch Export** operator which is a folder with the name of the blend file and in its location.

<figure><img src="/files/Yxrcb4hoA1qTmVpCUI6t" alt=""><figcaption><p>Figure 1</p></figcaption></figure>

| Setting       | Function                                                                                                          |
| ------------- | ----------------------------------------------------------------------------------------------------------------- |
| Resolution X  | The dimension of the render image in the x axis.                                                                  |
| Resolution Y  | The dimension of the render image in the y axis.                                                                  |
| Center        | Use bounding box or geometry of the render object to center it in the render window.                              |
| Focal Length  | Focal length of the camera.                                                                                       |
| Camera Offset | Distance offset of the render object from the camera.                                                             |
| Center Offset | Position offset in the x and y axis from the center.                                                              |
| Pan           | Pan rotation with center as pivot.                                                                                |
| Tilt          | Tilt rotation with center as pivot.                                                                               |
| Roll          | Roll rotation with center as pivot.                                                                               |
| Prefix        | Prefix added to the original name of the render object.                                                           |
| Suffix        | Suffix added to the original name of the render object.                                                           |
| Preview       | Does not save render and lets you preview the thumbnail using the Render Result image in the image editor window. |

{% hint style="warning" %}
For some reason, when the redo panel does not activate during the first use of the operator and will only do so in the next. You can test this out using the Preview toggle while watching the changes in the image editor using the Render Result image. This is subject for a future update.
{% endhint %}

The operator will not work unless you have saved the blend file because it needs the blend location in the disk to save the render images.

This uses viewport render but does not change other settings like world background transparency, matcap etc. so you have to change those yourself.

<figure><img src="/files/fZosCy8L4aValHBUodoN" alt=""><figcaption><p>Figure 2</p></figcaption></figure>

The objects in Figure 2 are canister models that have been batch exported as obj files.

<figure><img src="/files/5Sbq9p38jiNHns79dNXO" alt=""><figcaption><p>Figure 3</p></figcaption></figure>

Figure 3 shows the image thumbnail for each object. This operator aims to make the obj save location more readable by providing image previews for each 3D model making it easier to import them or create product thumbnails for your store if you're selling them.


---

# 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://www.blenderguppy.com/add-ons/sort-asset/functions/save-thumbnails.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.
