# VIEWPOINTS

### Usage

Access the addon's panel:

1. Open a 3D Viewport in Blender.
2. In the 3D Viewport, locate the Tool Shelf on the right side.
3. Look for the "CY-Tools" tab and click it to reveal the addon panel.

<figure><img src="/files/G7x8XK6q7gUgeQihftOc" alt=""><figcaption></figcaption></figure>

To add a camera to the list, click the "+" button on the right side of the camera list. A new entry will be created in the list.

Click on the new entry to reveal a dropdown menu of available cameras in your scene. Select the desired camera from the list.

Repeat steps 5 and 6 to add more cameras to the list as needed.

If you need to remove a camera from the list, select the camera entry in the list and click the "-" button on the right side of the camera list.

To render the selected viewpoints, click the "Render Viewpoints" button at the bottom of the panel.

The add-on will render each camera viewpoint individually and save the output images as PNG files in a folder named "Blender Viewpoints Exports" on your Desktop. The images will be named according to their corresponding camera names in the Blender scene.

### Development considerations

This addon is still in development and interactions may occasionally not work as expected.\
Follow this addon on Blender Market to stay tuned regarding any updates.\
\
Future implementations include a setting to export an animation.

### Author and License&#x20;

Cy-Tools is a suite of Blender Addons created by @cyrusjameskhan and\
licensed under the GNU General Public License (GPL). See [LICENSE](/license.md) for more information.


---

# Agent Instructions: 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://cytools.cjkproduction.com/viewpoints.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.
